KitchenName/kitchen_name is missing from CatalogModifier API

The field is exposed in catalog retrieval, but cannot currently be set via the API.

This is particularly annoying as the value can get clobbered when upserting a CatalogModifier that has had the KitchenName field set manually.

Do you have an example ID that we can look at that’s returning the value? :slightly_smiling_face:

 {
          "type": "MODIFIER",
          "id": "TZVF75N2EZEXGQZ47AWYV34P",
          "updated_at": "2023-11-06T00:17:12.421Z",
          "created_at": "2023-07-26T20:05:36.717Z",
          "version": 1699229832421,
          "is_deleted": false,
          "present_at_all_locations": false,
          "present_at_location_ids": [
            "EGPJ5YTX6F2TP",
            "LM5BWJJTRXDQV"
          ],
          "modifier_data": {
            "name": "L) Castelvetrano Olive",
            "price_money": {
              "amount": 300,
              "currency": "USD"
            },
            "on_by_default": false,
            "ordinal": 15,
            "modifier_list_id": "DL4L7YLH5LGMBENMOH6WYQLT",
            "kitchen_name": "L) Castel"
          }
        },

And to be clear, I do STRONGLY believe you should support the getting/setting of this value via the public API

Thanks for providing the example. At this time this field is an undocumented field and shouldn’t be relied on. We’re constantly working to improve our features based on feedback like this, so I’ll be sure to share your request to the API product team. :slightly_smiling_face: