Lunchbox · Example Payload

Core Menu Item Example

string

RestaurantOnline OrderingGuest EngagementCateringMenusOrdersLoyaltyEnterprise

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

Top-level fields

item_idcategory_idmenu_idnamedescriptionprice_centsis_available

Example Payload

Raw ↑
{
  "item_id": 1234,
  "category_id": 1234,
  "menu_id": 1234,
  "name": "Sample",
  "description": "string",
  "price_cents": 100,
  "is_available": true
}