Returns inventory information for a list of menu items.
The request must include a message body that contains an
InventorySearchRequest
object with one or both of these values:
AmultiLocationIds
value that contains an array of menu item
multi-location IDs to search for.
A guids
value that contains an array of menu item GUIDs to search
for.
For information on these two identifier types, see Toast identifiers.
An InventorySearchRequest
object containing identifiers for the
menu items to include in the search.
guids | Array of strings <uuid> An array of menu item GUIDs. The |
multiLocationIds | Array of strings An array of menu item multi-location IDs. The See Toast identifiers for more information on multi-location IDs. |
versionIds | Array of strings <uuid> For future use. |
Successful operation
Bad request
{- "guids": [
- "497f6eca-6276-4993-bfeb-53cbbbba6f08"
], - "multiLocationIds": [
- "string"
], - "versionIds": [
- "497f6eca-6276-4993-bfeb-53cbbbba6f08"
]
}
[- {
- "guid": "ee6a7af7-650d-499b-8e32-58a52ffdb7bc",
- "itemGuidValidity": "VALID",
- "status": "IN_STOCK",
- "quantity": 0,
- "multiLocationId": "string",
- "versionId": "14707576-2549-4848-82ed-f68f8a1b47c7"
}
]