Configuration for a type of packaging
guestDescription | string A longer description for the packaging item. Max 60 characters. This description is optional. |
guestDisplayName required | string A question to be shown to guests that asks if they want to include utensils in their order. For example, "Include Utensils?" |
guestInclusionType required | string
Details:
|
id required | string Unique identifier for a packaging item. |
itemTypes required | Array of strings The possible packaging values like UTENSILS, NAPKINS, BAGS, STRAWS or CONDIMENTS. Packaging preferences can be configured in Toast Web at Takeout and Delivery > Packaging Preferences. |
{- "id": "string",
- "itemTypes": [
- "string"
], - "guestDisplayName": "string",
- "guestDescription": "string",
- "guestInclusionType": "string"
}