Glossary - Menus

ⓘ Menu Data
Please note that all the fields marked with ( * ) will always be present in the menu payload and contain data.

❗️Legacy Attributes
Certain attributes appear in the menu payload but should not be referenced as part of an integration and are marked as 'LEGACY PARAMETER'

Menu Parameters

ParametersMeaningType
menu *The name of the menustring
menuTranslationstranslation of the menu name with language codes as keys (see guide here)object of strings
descriptiondescription of the menustring
descriptionTranslationstranslation of the menu description with language codes as keys (see guide here)object of strings
menuImageURLHeader/Banner image url of the menu (more info on images here)string
menuId *internal Deliverect menu idstring
menuType *Five different types of menus, with each representing the intended ordering type for which the menu is suitable; DELIVERY_AND_PICKUP = 0, DELIVERY = 1, PICKUP = 2, EAT_IN = 3, CURBSIDE = 4integer
channelLinkId *the id for the channelLink that this menu is published tostring
nestedModifiers *Indicates if nested modifiers are present in the menu (see section here for further reference)boolean
currencycurrency of the menuinteger
productTagsArray of all tags that exist in the menu (see guide here)array of integers
availabilitiesThe times during which the menu should be available. This will in most cases equate to the store's opening hours.array of objects
availabilities.dayOfWeekAn integer value that indicates the day of the week for this availability (starting at 1 for Monday).integer
availabilities.startTimeA 24-hour HH:MM format notation of the start time of availability expressed in the local time of the location.string
availabilities.endTimeA 24-hour HH:MM format notation of the end time of availability expressed in the local time of the location.string
categoriesThe categories within a menuarray of objects
categories._idinternal Deliverect id of the categorystring
categories.namecategory namestring
categories.nameTranslationstranslations of the category name with language codes as keys (see guide here)object of strings
categories.descriptiondescription of the categorystring
categories.descriptionTranslationstranslation of the category description with language codes as keys (see guide here)object of strings
categories.imageUrlimage url of the category (see more info on images here)string
categories.availabilitiescategory availabilitiesarray of objects
categories.availabilities.dayOfWeekAn integer value that indicates the day of the week for this categories availability (starting at 1 for Monday).integer
categories.availabilities.startTimeA 24-hour HH:MM format notation of the start time of availability expressed in the local time of the location.string
categories.availabilities.endTimeA 24-hour HH:MM format notation of the end time of availability expressed in the local time of the location.string
categories.availabilities.categoryUnique ID of the menu categorystring
categories.subProductsproducts that exist under each category, see guide here for more context on correct sortingstring
categories.menuthe unique ID of the menu this category belongs tostring
categories.accountthe unique ID of the account this category belongs tostring
categories.posLocationIdLEGACY PARAMETER
categories.productsLEGACY PARAMETER — for correct sorting of products in categories, see subProductsarray of strings
categories.posCategoryTypeLEGACY PARAMETERstring
categories.posCategoryIdLEGACY PARAMETERarray of strings
categories.subCategoriesList of child category IDs, present in retail catalogsarray of strings
categories.sortedChannelProductIdsLEGACY PARAMETER — for correct sorting of products in categories, see subProductsarray of strings
categories.subProductSortOrderLEGACY PARAMETER — for correct sorting of products in categories, see subProductsstring
categories.levelLEGACY PARAMETERinteger
products / modifiers / modifierGroupsSeparate keys for "products", "modifiers", and "modifierGroups" exist; they share many attributes as listed below and, for documentation purposes, are referred to as itemsarray of objects
items._id *Identifier of a particular item and its location in the menu structure.string
items.plu *Unique identifier of the item, to be used when creating ordersstring
items.gtinGTIN (Global Trade Item Number) for product, which could be EAN code. NB: We are not validating these as yetarray of strings
items.imageUrlImage associated with the item (see more info on images here)string
items.name *Item namestring
items.price *Price of the item with 2 decimal digits. e.g. 1 euro is stored as 100.integer
items.bottleDepositPriceLEGACY PARAMETER (see supplementalInfo.deposit)integer
items.nameTranslationstranslation of an item name with language codes as keys (see guide here)string
items.productType *PRODUCT = 1, MODIFIER = 2, MODIFIER GROUP = 3integer
items.descriptionitem descriptionstring
items.descriptionTranslationstranslation of the item description with language codes as keys (see guide here)string
items.deliveryTax *sales tax specific on order type of 'Delivery' for the item. Tax rates are always stored as an int with 3 decimal digits e.g. 5% would be sent as 5000integer
items.takeawayTax *sales tax specific on order type of 'Takeaway' for the item. Tax rates are always sent as an int with 3 decimal digits e.g. 5% would be sent as 5000integer
items.eatInTax *sales tax specific on order type of 'Eat-in' for the item. Tax rates are always sent as an int with 3 decimal digits e.g. 5% would be sent as 5000integer
items.max *maximum number of items under a group to be purchasedinteger
items.min *minimum number of items under a group to be purchasedinteger
items.multiMaxmaximum quantity of any single item which can be purchased within a group (modifier group). Also applicable to Products where it should control how many items can be added to a basket e.g. Paracetamolinteger
items.defaultQuantitythis controls the behaviour of 'pre-selected' items, where a quantity >0 should be automatically selected (typically '1'); higher default quantities can also be setinteger
items.multiply *multiply is used in Modifier Group to show this product multiple times in the GUI, 1 means one entry (so no copies)integer
items.isComboThis flag indicates if a product is a combo item/meal dealboolean
items.isVariantApplicable to a product to indicate if it is a variant or not (see guide here)boolean
items.isVariantGroupApplicable to a modifier group to indicate if it is a variant or not (see guide here)boolean
snoozed *Indicates whether an item is snoozed at the point of a menu being publishedboolean
items.visibleLEGACY PARAMETER (the value will always be set to "true")boolean
items.productTagsAll tags which apply to this item, see complete list hereinteger
items.accountUnique customer account ID where the item is storedstring
items.referenceIdthe original PLU of the item, only for tracking sales e.g. for loyalty purposes. Not to be included in the payload for order creation.string
items.locationUnique customer location ID where the item is storedstring
items.capacityUsagesLEGACY PARAMETERstring
items.isUpsellIndicates if the modifier group is an Upsell groupboolean
items.subProductslist of items belonging to the grouparray
items.beverageInfoinformation specific to beveragesobject
items.beverageInfo.caffeineexpressed in mginteger
items.beverageInfo.alcoholexpressed in mginteger
items.caloriesexpressed in kcal / Calsinteger
items.caloriesRangeHighif a range is supported, the minimum would be "calories" and maximum "caloriesRangeHigh"integer
items.nutritionalInfoExpressed in grams e.g. fat, sugar, saturatedFat, carbohydrates, protein, salt etc (see this section of product guide here)integer
items.nutritionalInfo.servingSizedetails of a serving sizenested object
items.nutritionalInfo.servingSize.amountthe serving size amountinteger
items.nutritionalInfo.servingSize.unitTypeWhat the serving size unit type is; Weight = 1, Volume = 2, Count = 3integer
items.nutritionalInfo.servingSize.countUnitDescriptionthe serving size unit descriptionstring
items.nutritionalInfo.netQuantitydetails on quantitynested object
items.nutritionalInfo.netQuantity.amountthe net quantity amountinteger
items.nutritionalInfo.netQuantity.unitTypeWhat the net quantity unit type is; Weight = 1, Volume = 2, Count = 3integer
items.nutritionalInfo.netQuantity.countUnitDescriptionthe net quantity unit description
items.packagingdetails on the packagingobject
items.packaging.countquantity of packaginginteger
items.packaging.reusablewhether packaging is re-usable or notboolean
items.packaging.storageInstructionsinstructions for storagestring
items.supplementalInfoadditional information about an item, for more information see hereobject
items.supplementalInfo.legalNamelegal name of the itemstring
items.supplementalInfo.instructionsForUseany specific instructions for usestring
items.supplementalInfo.ingredientsarray of ingredientsnested array of strings
items.supplementalInfo.additivesarray of additivesnested array of strings
items.supplementalInfo.prepackagedspecifies whether the item is prepackagedboolean
items.supplementalInfo.depositIn certain regions a deposit is required for e.g. bottled drinks; this will be included in the price, yet the deposit should be clearly displayed to the consumer. Deposit expressed to 2 decimal digits. e.g. 1 euro is stored as 100 (see guide here)integer
items.supplementalInfo.fboDetails of the food business operatornested object of strings
items.supplementalInfo.fbo.nameFood business operator namestring
items.supplementalInfo.fbo.addressFood business operator addressstring
items.supplementalInfo.fbo.brandFood business operator brand namestring
items.supplementalInfo.fbo.countryOfOriginFood business operator country of originstring
items.parentIdLEGACY PARAMETER (use the subProducts parameter to understand item relationships)string
items.posCategoryIdsthe POS ID of the category this product belongs to in the POSarray of strings
items.posProductCategoryIdthe ID of this product in the POS, internal to POS, not to be used when creating ordersstring
items.posProductIdthe ID of this product in the POS, internal to POS, not to be used when creating ordersstring
items.subProductSortOrdera list of product PLUs belonging to this product that preserves the order of these sub-Productsstring
items.metadataa list of custom key/value pairings added to product data, e.g. "metadata": [{"key": "highlight", "value": "true"}]array of objects
items.displayLabelsList of labels for marketing purposes applied to products, e.g. {"displayLabels": ["new", "popular"]}array of strings
snoozedProductsPLUs of products and modifiers that are currently snoozed and should be unavailable on the menunested objects
snoozedProducts.{snoozeKey}a unique reference for the snooze object in format "65********************1d"object
snoozedProducts.locationDeliverect location ID where the item is snoozedstring
snoozedProducts.nameItem namestring
snoozedProducts.pluItem referencestring
snoozedProducts.snoozeStartTimestamp in UTC when snooze begins yyyy-MM-dd HH:mm:ss.SSSSSSZstring
snoozedProducts.snoozeEndTimestamp in UTC when snooze ends yyyy-MM-dd HH:mm:ss.SSSSSSZstring
validationsLEGACY PARAMETERarray

* = required parameter