| Name | Field Type | Description |
|---|---|---|
id | String | The unique ID of the created menu |
displayName | String | The display name of the menu |
description | String | A description of the menu |
currencyCode | String | The currency used for item prices, e.g. us_usd, it_eur |
locationId | String | The ID of the location this menu belongs to |
offeringsSection | Object | The initial section added to the menu at creation time |
offeringsSection object fields| Name | Field Type | Description |
|---|---|---|
id | String | The unique ID of the section |
displayName | String | The display name of the section, e.g. Starters |
description | String | A description of the section |
offeringsItem | Object | An item nested within the section at creation time |
offeringsItem object fields| Name | Field Type | Description |
|---|---|---|
id | String | The unique ID of the item |
displayName | String | The display name of the item, e.g. Bruschetta |
description | String | A description of the item |
price | String | The price of the item as a decimal string, e.g. "8.00" |
| Name | Field Type | Description |
|---|---|---|
id | String | The unique ID of the menu |
displayName | String | The display name of the menu |
description | String | A description of the menu |
currencyCode | String | The currency used for item prices |
offeringsSection | Array of Objects | The sections belonging to this menu |
| Name | Field Type | Description |
|---|---|---|
first | Integer | Number of menus to return |
| Name | Field Type | Description |
|---|---|---|
id | String | The unique ID of the created item |
displayName | String | The display name of the item |
description | String | A description of the item |
price | String | The price of the item as a decimal string |
sectionId | String | The ID of the section the item was added to |
| Name | Field Type | Description |
|---|---|---|
id | String | The unique ID of the menu |
currencyCode | String | The updated currency code, e.g. us_usd, it_eur |
| Name | Field Type | Description |
|---|---|---|
id | String | The unique ID of the menu |
locationId | String | The ID of the location the menu was assigned to |