Otter · Example Payload

Public Api Item 2 Example

RestaurantOrder ManagementDeliveryOnline OrderingMenu ManagementAnalytics

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

Top-level fields

iddisplayNamequantitypricemodifiers

Example Payload

Raw ↑
{
  "id": "someidstring",
  "displayName": "Cheese Burger",
  "quantity": 1,
  "price": 19.07,
  "modifiers": [
    {}
  ]
}