v1

latestOpenAPI 3.0.02026-07-1398671635.1 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.

restaurantIdstring

A unique identifier at tenant level for a given restaurant.

namestring

The name of the restaurant.

descriptionstring

A top level description for the menu.

currencystring

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

Example response

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