Toast · JSON Structure

Stock Inventory Search Request Structure

Contains search parameters for retrieving menu item inventory information.

Type: object Properties: 3
Food ServicePoint of SaleRestaurantsHospitality

InventorySearchRequest is a JSON Structure definition published by Toast, describing 3 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

guids multiLocationIds versionIds

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/toast/refs/heads/main/json-structure/stock-inventory-search-request-structure.json",
  "name": "InventorySearchRequest",
  "description": "Contains search parameters for retrieving menu item inventory information.",
  "type": "object",
  "properties": {
    "guids": {
      "type": "array",
      "description": "An array of menu item GUIDs. The `/inventory/search` endpoint tries to\nfind menu items with matching GUIDs.\n",
      "items": {
        "type": "uuid"
      }
    },
    "multiLocationIds": {
      "type": "array",
      "description": "An array of menu item multi-location IDs. The `/inventory/search` endpoint\ntries to find menu items with matching multi-location IDs.\n\nSee <a\nhref=\"https://doc.toasttab.com/doc/devguide/portalToastIdentifiers.html\">Toast\nidentifiers</a> for more information on multi-location IDs.\n",
      "items": {
        "type": "string"
      }
    },
    "versionIds": {
      "type": "array",
      "description": "For future use.",
      "items": {
        "type": "uuid"
      }
    }
  }
}