Otter · Example Payload

Public Api Update Delivery Request Event Example

RestaurantOrder ManagementDeliveryOnline OrderingMenu ManagementAnalytics

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

Top-level fields

deliveryReferenceIdprovidercurrencyCodecustomerPaymentscustomerTippickUpInfo

Example Payload

Raw ↑
{
  "deliveryReferenceId": "d1a5e7c6-a79a-49bc-83bf-4169cd9c9dda",
  "provider": "doordash",
  "currencyCode": "USD",
  "customerPayments": [
    {}
  ],
  "customerTip": {},
  "pickUpInfo": {}
}