Home
Toast
Menus Menu Item Example
Menus Menu Item Example
string
Restaurants Point Of Sale Payments Online Ordering Delivery Loyalty Gift Cards Menus Orders Kitchen Labor Scheduling Inventory Hospitality Partner Integrations
Menus Menu Item Example is an example object payload from Toast, with 42 top-level fields. It illustrates the shape of data this provider's APIs accept or return.
Top-level fields
name kitchenName guid multiLocationId masterId description posName posButtonColorLight posButtonColorDark image visibility price pricingStrategy pricingRules isDeferred isDiscountable salesCategory taxInfo taxInclusion itemTags plu sku calories contentAdvisories unitOfMeasure portions prepTime prepStations modifierGroupReferences eligiblePaymentAssistancePrograms allergens length height width dimensionUnitOfMeasure weight weightUnitOfMeasure images guestCount sortOrder catalogProductInfo isComboParent
Example Payload
{
"name": "Example Name",
"kitchenName": "Example Name",
"guid": "5a401af8-d2e2-4090-8c45-9f87b8b6c4d1",
"multiLocationId": "string",
"masterId": 477,
"description": "string",
"posName": "string",
"posButtonColorLight": "string",
"posButtonColorDark": "string",
"image": "string",
"visibility": [
"POS"
],
"price": 1.0,
"pricingStrategy": "BASE_PRICE",
"pricingRules": {},
"isDeferred": true,
"isDiscountable": true,
"salesCategory": {
"name": "Example Name",
"guid": "5a401af8-d2e2-4090-8c45-9f87b8b6c4d1"
},
"taxInfo": [
"string"
],
"taxInclusion": "TAX_INCLUDED",
"itemTags": [
{
"name": "Example Name",
"guid": "5a401af8-d2e2-4090-8c45-9f87b8b6c4d1"
}
],
"plu": "string",
"sku": "string",
"calories": 1,
"contentAdvisories": {
"alcohol": {}
},
"unitOfMeasure": "NONE",
"portions": [
{
"name": "Example Name",
"guid": "5a401af8-d2e2-4090-8c45-9f87b8b6c4d1",
"modifierGroupReferences": [
94
],
"priceScaleFactor": 1.0
}
],
"prepTime": 1,
"prepStations": [
"string"
],
"modifierGroupReferences": [
253
],
"eligiblePaymentAssistancePrograms": [
"string"
],
"allergens": [
{
"guid": "5a401af8-d2e2-4090-8c45-9f87b8b6c4d1",
"code": "string",
"groupGuid": "5a401af8-d2e2-4090-8c45-9f87b8b6c4d1",
"groupCode": "string",
"presenceType": "CONTAINS"
}
],
"length": 79.78,
"height": 96.67,
"width": 82.15,
"dimensionUnitOfMeasure": "IN",
"weight": 85.32,
"weightUnitOfMeasure": "NONE",
"images": [
"string"
],
"guestCount": 57.62,
"sortOrder": 1,
"catalogProductInfo": {
"product": {},
"productVariant": {}
},
"isComboParent": true
}