Otter · Example Payload

Public Api Order Total Example

RestaurantOrder ManagementDeliveryOnline OrderingMenu ManagementAnalytics

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

Top-level fields

subtotalclaimedSubtotaldiscounttaxtipdeliveryFeetotalcouponCode

Example Payload

Raw ↑
{
  "subtotal": 11.97,
  "claimedSubtotal": 1.0,
  "discount": 1,
  "tax": 1.1,
  "tip": 2,
  "deliveryFee": 5,
  "total": 19.07,
  "couponCode": "VWXYZ98765"
}