Contains the stock status and quantity information for a menu item.
guid | string <uuid> The unique GUID assigned to the menu item by the Toast platform. |
itemGuidValidity read-only | string Indicates whether a menu item identifier that you included in your request is valid or not.
For more information, see Getting stock information using the stock API and Updating stock API. |
multiLocationId | string A consistent identifier that applies to all versions of a menu item that is shared across locations. See Toast identifiers for more information. |
quantity | number or null <double> Contains the amount of stock remaining when the menu item
This value is |
status | string The inventory status of the menu item. The
|
versionId | string <uuid> For future use. |
{- "guid": "ee6a7af7-650d-499b-8e32-58a52ffdb7bc",
- "itemGuidValidity": "VALID",
- "status": "IN_STOCK",
- "quantity": 0,
- "multiLocationId": "string",
- "versionId": "14707576-2549-4848-82ed-f68f8a1b47c7"
}