v1

latestOpenAPI 3.0.3Apache 2.02026-07-2478177179.1 KB
items

Get menu items for a brand

This endpoint allows to get all the menu items and modifires

get/items/stores/{storeId}

Path parameters

storeIdstring required

Unique identifier for the Grubtech brand and location.

Query parameters

page_nointeger
sizeinteger

Response

Successful response

Example response

{
  "items": [
    {
      "name": {
        "translations": {
          "en-us": "grubtech"
        }
      },
      "description": {
        "translations": {
          "en-us": "grubtech"
        }
      },
      "classifications": [
        "VEG"
      ],
      "type": "ITEM",
      "availability": "AVAILABLE",
      "overrides": [
        {
          "contextId": "cbeb2ca5-d6e2-4d22-8002-470f12986a9c",
          "properties": {
            "price": 1500
          }
        }
      ]
    }
  ],
  "modifierGroups": [
    {
      "name": {
        "translations": {
          "en-us": "grubtech"
        }
      }
    }
  ],
  "contexts": [
    [
      {
        "id": "cbeb2ca5-d6e2-4d22-8002-470f12986a9c"
      }
    ]
  ]
}