PackagingConfig

Specific options for how a restaurant packages a guest's takeout or delivery order based on guest requests or specifications.

enabled
required
boolean

TRUE: packaging options should be shown to guests during the online ordering checkout experience.

FALSE: packaging options should not be shown to guests during the online ordering checkout experience.

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": [
    ]
}