Toast · JSON Structure

Orders Applied Packaging Info Structure

Information describing the guest's packaging preferences for this order, for example utensils, napkins, condiments. For more information, see [Packaging preferences](https://doc.toasttab.com/doc/devguide/apiOrdersPackagingPreferences.html)

Type: object Properties: 0
Food ServicePoint of SaleRestaurantsHospitality

AppliedPackagingInfo is a JSON Structure definition published by Toast. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/toast/refs/heads/main/json-structure/orders-applied-packaging-info-structure.json",
  "name": "AppliedPackagingInfo",
  "description": "Information describing the guest's packaging preferences for this order, for example utensils, napkins, condiments.\n\nFor more information, see [Packaging preferences](https://doc.toasttab.com/doc/devguide/apiOrdersPackagingPreferences.html)\n",
  "type": "object",
  "allOf": [
    {
      "$ref": "#/definitions/ToastReference"
    },
    {
      "type": "object",
      "properties": {
        "appliedPackagingItems": {
          "type": "array",
          "minItems": 1,
          "items": {
            "$ref": "#/definitions/AppliedPackagingItem"
          }
        }
      }
    }
  ]
}