Otter · Example Payload

Public Api Order Example

RestaurantOrder ManagementDeliveryOnline OrderingMenu ManagementAnalytics

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

Top-level fields

externalIdentifierscurrencyCodestatusitemsorderedAtcustomercustomerNotedeliveryInfoorderTotalorderTotalV2customerPaymentsfulfillmentInfopromotionsDetailspreparationTime

Example Payload

Raw ↑
{
  "externalIdentifiers": {},
  "currencyCode": "EUR",
  "status": "NEW_ORDER",
  "items": [
    {}
  ],
  "orderedAt": "2007-12-03T10:15:30+01:00",
  "customer": {},
  "customerNote": "Please include extra napkins!",
  "deliveryInfo": {},
  "orderTotal": {},
  "orderTotalV2": {},
  "customerPayments": [
    {}
  ],
  "fulfillmentInfo": {},
  "promotionsDetails": [
    {}
  ],
  "preparationTime": {}
}