Create inventory status for menu items

The inventory status of each menu item in the provided list will be returned.

Request
header Parameters
Toast-Restaurant-External-ID
required
string

The Toast GUID of the restaurant queried for inventory information.

Request Body schema: application/json

An InventorySearchRequest object containing information used to search for menu items.

guids
Array of strings <uuid>

A list of menu item GUIDs. Inventory for menu items with matching GUIDs will be searched.

Responses
200

Successful operation

404

The specified menu item does not have inventory information.

post/inventory/search
Request samples
application/json
{
  • "guids": [
    ]
}
Response samples
application/json
[
  • {
    }
]