Otter · Example Payload

Public Api Store Info Example

RestaurantOrder ManagementDeliveryOnline OrderingMenu ManagementAnalytics

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

Top-level fields

idnamecreatedAtcurrencyorgInfobrandInfo

Example Payload

Raw ↑
{
  "id": "store_123",
  "name": "Main Street Cafe",
  "createdAt": "2023-01-15T10:00:00Z",
  "currency": "USD",
  "orgInfo": {},
  "brandInfo": {}
}