v1

latestOpenAPI 3.0.02026-07-1498671635.3 KB
Restaurants
publicly-accessible

Get product catalogue

Get details of the restaurant's product catalogue

get/restaurants/{tenant}/{restaurantId}/catalogue

Path parameters

tenantstring required

Request tenant.

restaurantIdstring required

The restaurant Id.

Response

Request succeeded.

currencystring

The currency of the items on the menu in ISO 4217 format, i.e. GBP, EUR or AUD

descriptionstring

A top level description for the menu.

namestring

The name of the restaurant.

restaurantIdstring

A unique identifier at tenant level for a given restaurant.

Example response

{
  "currency": "GBP",
  "description": "My excellent menu",
  "name": "My Restaurant",
  "restaurantId": "100059"
}