Specific options for how a restaurant packages a guest's takeout or delivery order based on guest requests or specifications.
enabled required | boolean
|
guestMessage | string An optional message that restaurants can use to describe the use for packaging preferences. This field is not meant to individually reference packaging preference items and instead should provide further details regarding the use of packaging preferences. For example, a restaurant may want to communicate the following to their takeout guests, "California law now requires us to ask if you want disposable items." |
required | Array of objects (PackagingItem) Different types of packaging preference items such as utensils, napkins, straws, bags, or condiments. Items are configured in Toast Web at Takeout and Delivery > Packaging Preferences. |
{- "enabled": true,
- "guestMessage": "string",
- "items": [
- {
- "id": "string",
- "itemTypes": [
- "string"
], - "guestDisplayName": "string",
- "guestDescription": "string",
- "guestInclusionType": "string"
}
]
}