Import or update your menu structure including categories, products, and options.
write:menu
ext_id field, which must be populated with its own unique identifier.If an element of the same entity with this ext_id does not already exist, a new one will be created. If the element exists, its content will be updated.The uniqueness scope of this ID is internal to the environment defined by the Client ID (X-Client-Id), meaning the same ext_id imported from different Client IDs will generate distinct elements.The ext_id values for options and option_values can be unique in that environment or only within their respective parent element (category/product for options, option for option_values).Client ID for API Client authentication (must be used together with Client Secret)
Client Secret for API Client authentication (must be used together with Client ID)
Point-of-sale identifier
Update mode:
replace = Full replacementmerge = Append new itemsreplace, merge Array of categories. Required if update_mode = replace
Array of products. Required if update_mode = replace
Menu import response
Operation result: true if successful, false if failed
Error code if the operation failed. Possible values:
IMPORT_ERROR = Error during import (consult message parameter for details)See Error codes for general error codes that may also occur.
Error description if the import failed