Otter · Example Payload

Public Api Fulfillment Info Example

RestaurantOrder ManagementDeliveryOnline OrderingMenu ManagementAnalytics

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

Top-level fields

pickupTimeestimatedPickupTimedeliveryTimefulfillmentModeschedulingTypecourierStatustableIdentifier

Example Payload

Raw ↑
{
  "pickupTime": "2007-12-03T10:15:30+01:00",
  "estimatedPickupTime": "2007-12-03T10:15:30+01:00",
  "deliveryTime": "2007-12-03T10:15:30+01:00",
  "fulfillmentMode": "DELIVERY",
  "schedulingType": "ASAP",
  "courierStatus": "COURIER_ASSIGNED",
  "tableIdentifier": "R-45"
}