Toast · Example Payload

Stock Menu Item Inventory Example

RestaurantsPoint Of SalePaymentsOnline OrderingDeliveryLoyaltyGift CardsMenusOrdersKitchenLaborSchedulingInventoryHospitalityPartner Integrations

Stock Menu Item Inventory Example is an example object payload from Toast, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

guiditemGuidValiditystatusquantitymultiLocationIdversionId

Example Payload

Raw ↑
{
  "guid": "5a401af8-d2e2-4090-8c45-9f87b8b6c4d1",
  "itemGuidValidity": "VALID",
  "status": "IN_STOCK",
  "quantity": 1.0,
  "multiLocationId": "90a86f12",
  "versionId": "5a401af8-d2e2-4090-8c45-9f87b8b6c4d1"
}