Lunchbox · Example Payload

Pos Pos Order Ack Example

RestaurantOnline OrderingGuest EngagementCateringMenusOrdersLoyaltyEnterprise

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

Top-level fields

pos_store_idpos_order_idstatus

Example Payload

Raw ↑
{
  "pos_store_id": "123456",
  "pos_order_id": 1234,
  "status": {}
}