This guide will be removed on April 29, 2022. Please use our new, easier-to-use Toast technical documentation site. All updated content is on the new site.
The following example shows the orders API return data for a marketplace facilitator order where the Toast platform calculated and populated the prices and tax amounts.
{ "entityType": "Order", [contents omitted] "checks": [ { "entityType": "Check", [contents omitted] "selections": [ { "entityType": "MenuItemSelection", [contents omitted] "appliedTaxes": [ { "guid": "26aa5680-3233-4d3b-9504-051a622ae76d", "entityType": "AppliedTaxRate", "taxRate": { "guid": "d5b88c05-1348-42ef-b1d3-577a83d70a80", "entityType": "TaxRate" }, "rate": 0.0625, "name": "State Tax", "taxAmount": 0.31, "type": "PERCENT","facilitatorCollectAndRemitTax": true
} ], "itemGroup": { "guid": "881472e6-dd94-48c6-b5c6-25e51a864208", "entityType": "MenuGroup", "externalId": null }, "item": { "guid": "9c59d4ab-8242-450f-8f36-b16e1b3ab802", "entityType": "MenuItem", "externalId": null }, [contents omitted] "receiptLinePrice": 5, "tax": 0.31, [contents omitted] } ], [contents omitted] "taxAmount": 0.31, [contents omitted] } ], [contents omitted] }