{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/toast-tab/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 Toast\nidentifiers for more information on multi-location IDs.\n", "items": { "type": "string" } }, "versionIds": { "type": "array", "description": "For future use.", "items": { "type": "uuid" } } } }