Lunchbox · Example Payload

Core Order Example

RestaurantOnline OrderingGuest EngagementCateringMenusOrdersLoyaltyEnterprise

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

Top-level fields

ordersidrestaurant_idis_cancelableis_editableordering_statuscomments_to_restaurantinternal_notestip_percentagescustomercharges

Example Payload

Raw ↑
{
  "ordersid": 1234,
  "restaurant_id": 1234,
  "is_cancelable": true,
  "is_editable": true,
  "ordering_status": "string",
  "comments_to_restaurant": "string",
  "internal_notes": "string",
  "tip_percentages": [],
  "customer": "string",
  "charges": "string"
}