Lunchbox · JSON Structure

Core Order Child Item Structure

OrderChildItem schema from Lunchbox Core API

Type: object Properties: 7
RestaurantOnline OrderingGuest EngagementCateringMenusOrdersLoyaltyEnterprise

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

Properties

menu_id quantity pick_list_id item_id category_id style_id size_id

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/lunchbox/refs/heads/main/json-structure/core-order-child-item-structure.json",
  "name": "OrderChildItem",
  "description": "OrderChildItem schema from Lunchbox Core API",
  "type": "object",
  "properties": {
    "menu_id": {
      "type": "int32",
      "example": 1234
    },
    "quantity": {
      "type": "int32",
      "example": 1
    },
    "pick_list_id": {
      "type": "int32",
      "example": 1234
    },
    "item_id": {
      "type": "int32",
      "example": 1234
    },
    "category_id": {
      "type": "int32",
      "example": 1234
    },
    "style_id": {
      "type": "int32",
      "nullable": true,
      "example": 1234
    },
    "size_id": {
      "type": "int32",
      "nullable": true,
      "example": 1234
    }
  }
}