Toast · JSON Structure

Orders Fulfillment Structure

Information about the fulfillment requirements for a menu item selection.

Type: object Properties: 2
Food ServicePoint of SaleRestaurantsHospitality

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

Properties

quantity unit

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-fulfillment-structure.json",
  "name": "Fulfillment",
  "description": "Information about the fulfillment requirements for a menu item selection.\n",
  "type": "object",
  "properties": {
    "quantity": {
      "type": "double",
      "description": "The quantity required for fulfillment."
    },
    "unit": {
      "type": "string",
      "description": "The unit of measure for the fulfillment quantity."
    }
  }
}