Toast · Example Payload

Orders Applied Discount Example

Food ServicePoint of SaleRestaurantsHospitality

Orders Applied Discount Example is an example object payload from Toast, with 9 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

namediscountAmountnonTaxDiscountAmounttriggersprocessingStatecomboItemsappliedPromoCodediscountTypediscountPercent

Example Payload

Raw ↑
{
  "name": "Sample Name",
  "discountAmount": 27.96,
  "nonTaxDiscountAmount": 46.27,
  "triggers": [
    "sample-triggers_item"
  ],
  "processingState": "PENDING_APPLIED",
  "comboItems": [
    "sample-comboItems_item"
  ],
  "appliedPromoCode": "sample-appliedPromoCode",
  "discountType": "BOGO",
  "discountPercent": 16.21
}