Deliverect · Example Payload

Commerce Api Get Upsell Items Example

RestaurantDeliveryOnline OrderingPoint of SaleOrder ManagementIntegration

Commerce Api Get Upsell Items Example is an example object payload from Deliverect, with 4 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

accountchannelLinklocationitems

Example Payload

Raw ↑
{
  "account": "string",
  "channelLink": "string",
  "location": "string",
  "items": [
    {
      "plu": "PIE1",
      "quantity": 1
    }
  ]
}