Returns inventory information for all menu items that have an
OUT_OF_STOCK
or QUANTITY
status.
Inventory information is not returned for menu items with an IN_STOCK
status, because they are not considered at risk for going out of stock.
To restrict the menu items in the response to either OUT_OF_STOCK
or
QUANTITY
stock status, use the status
query parameter.
Successful operation
Bad request
curl -i -X GET \ 'https://toast-api-server/stock/v1/inventory?status=string' \ -H 'Authorization: Bearer <YOUR_TOKEN_HERE>' \ -H 'Toast-Restaurant-External-ID: string'
[- {
- "guid": "ee6a7af7-650d-499b-8e32-58a52ffdb7bc",
- "itemGuidValidity": "VALID",
- "status": "IN_STOCK",
- "quantity": 0,
- "multiLocationId": "string",
- "versionId": "14707576-2549-4848-82ed-f68f8a1b47c7"
}
]