Lunchbox · Example Payload

Core Add Items Request Example

RestaurantOnline OrderingGuest EngagementCateringMenusOrdersLoyaltyEnterprise

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

Top-level fields

customer_iditems

Example Payload

Raw ↑
{
  "customer_id": 1234,
  "items": []
}