Lunchbox · Example Payload

Pos Pos Order Example

RestaurantOnline OrderingGuest EngagementCateringMenusOrdersLoyaltyEnterprise

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

Top-level fields

pos_store_idorder_idready_tsservice_type_idservice_typestatuscustomerlocationcharges

Example Payload

Raw ↑
{
  "pos_store_id": "123456",
  "order_id": 1234,
  "ready_ts": "2023-07-25T06:00:00-04:00",
  "service_type_id": 1234,
  "service_type": "string",
  "status": {},
  "customer": {},
  "location": "string",
  "charges": {}
}