Toast · Example Payload

Stock Menu Item Inventory Example

Food ServicePoint of SaleRestaurantsHospitality

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": "a1b2c3d4-e5f6-7890-abcd-ef1234567890",
  "itemGuidValidity": "INVALID",
  "status": "IN_STOCK",
  "quantity": 97.03,
  "multiLocationId": "ID-2570",
  "versionId": "a1b2c3d4-e5f6-7890-abcd-ef1234567890"
}