Otter · Example Payload

Public Api Item Update Request Example

Delicious bagel!

RestaurantOrder ManagementDeliveryOnline OrderingMenu ManagementAnalytics

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

Top-level fields

idnamepricestatusdescriptionmodifierGroupIdspriceOverridesphotoUrlsskuDetails

Example Payload

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