Otter · Example Payload

Public Api Quantity Updated Modification Example

RestaurantOrder ManagementDeliveryOnline OrderingMenu ManagementAnalytics

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

Top-level fields

customerItemIdsquantityoldQuantity

Example Payload

Raw ↑
{
  "customerItemIds": [
    "string"
  ],
  "quantity": 1.0,
  "oldQuantity": 1.0
}