Lunchbox · Example Payload

Core New Order Request Example

RestaurantOnline OrderingGuest EngagementCateringMenusOrdersLoyaltyEnterprise

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

Top-level fields

customer_idstore_idservice_type_idis_group_order

Example Payload

Raw ↑
{
  "customer_id": 1234,
  "store_id": "123456",
  "service_type_id": 1234,
  "is_group_order": true
}