Lunchbox · Example Payload

Core Order Item Example

RestaurantOnline OrderingGuest EngagementCateringMenusOrdersLoyaltyEnterprise

Core Order Item Example is an example object payload from Lunchbox, with 8 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

menu_idquantityitem_idcategory_idcommentstyle_idsize_idchild_items

Example Payload

Raw ↑
{
  "menu_id": 1234,
  "quantity": 1,
  "item_id": 1234,
  "category_id": 1234,
  "comment": "string",
  "style_id": 1234,
  "size_id": 1234,
  "child_items": []
}