Otter · Example Payload

Public Api Modifier Item Example

RestaurantOrder ManagementDeliveryOnline OrderingMenu ManagementAnalytics

Public Api Modifier Item 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

modifierIdnamepricequantitymodifiers

Example Payload

Raw ↑
{
  "modifierId": "store_123",
  "name": "Sample Name",
  "price": 1.0,
  "quantity": 1.0,
  "modifiers": [
    {}
  ]
}