Otter · Example Payload

Public Api Request Delivery Quote Callback Request Example

RestaurantOrder ManagementDeliveryOnline OrderingMenu ManagementAnalytics

Public Api Request Delivery Quote Callback Request Example is an example object payload from Otter, with 9 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

minPickupDurationmaxPickupDurationdeliveryDistancecurrencyCodecostproviderfulfillmentPathcreatedAtaccountBalance

Example Payload

Raw ↑
{
  "minPickupDuration": 5,
  "maxPickupDuration": 10,
  "deliveryDistance": {},
  "currencyCode": "EUR",
  "cost": {},
  "provider": "doordash",
  "fulfillmentPath": [
    {}
  ],
  "createdAt": "2007-12-03T10:15:30+01:00",
  "accountBalance": 1068.32
}