v1

latestSwagger 2.02026-08-045928532.7 MB
MenuSectionItems

Update menu section item

post/api/v1.0/menus/{menuId}/sections/{menuSectionId}/sectionitems/{menuSectionItemId}

Path parameters

menuIdinteger required

Menu identifier

menuSectionIdinteger required

Menu section identifier

menuSectionItemIdinteger required

Menu section item identifier

Query parameters

undoAfternumber double

An optional time period, in hours, after which the hide-section operation will be undone

Request body

Namestring

Menu item name (like "Korma")

Descriptionstring

Description (like "A lovely dish from the east")

SpicinessRating'NotRated' | 'Mild' | 'Medium' | 'Hot'

Spiciness rating

Pricenumber double

Price - this is only used when there is no master option set and should be set to 0 if a master option set exists.

DepositReturnFeenumber double nullable

An optional fee that can be added to the price of the item.

DisplayOrderinteger

Display order

Alcoholboolean

To be set true if the item or an option of the item contains an alcoholic drink.

IsAvailableboolean

True if we accept orders for this item still

CellLayoutType'Small' | 'Medium' | 'Large' | 'HiddenImage'

Small | Medium | Large Affects the layout of the menu.

DisableVouchersboolean

If true, then vouchers won't be applied for this item

ImageNamestring

Image url

ImageUrlstring

Image url

MenuItemIdinteger

Menu Item Id

ExcludeFromVoucherDiscountingboolean

If true, the item is excluded from voucher discount calculations

PublicIdstring uuid

Permanent reference to the item.

Example request

{
  "PublicId": "00000000-0000-0000-0000-000000000000"
}

Response

OK