Otter · Example Payload

Public Api Menu Item Pos Example

Delicious bagel!

RestaurantOrder ManagementDeliveryOnline OrderingMenu ManagementAnalytics

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

Top-level fields

idnamephotoIdspricestatusdescriptionmodifierGroupIdspriceOverridesskuDetailsadditionalChargestax

Example Payload

Raw ↑
{
  "id": "faa4c79f-480d-4de1-bc34-5fb74ef082ef",
  "name": "Bagel",
  "photoIds": [
    "string"
  ],
  "price": {},
  "status": {},
  "description": "Delicious bagel!",
  "modifierGroupIds": [],
  "priceOverrides": [
    {}
  ],
  "skuDetails": {},
  "additionalCharges": [
    {}
  ],
  "tax": {}
}