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 a JSON Order
object that
contains a check with a single open price menu item.
{ "entityType": "Order", "diningOption": { "guid": "23fc2559-fc37-46ce-a963-cc5fdb88af0c" }, "checks": [ { "selections": [ { "entityType": "MenuItemSelection", "itemGroup": { "guid": "4c842ed6-ae99-425a-a343-390ab0e081d3"}, "item": { "guid": "e19e5a1c-2b52-42ad-935e-568cd2a333dc"
}, "quantity": 1,
"openPriceAmount": 4.50,
"modifiers": [] } ] } ] }
The GUID of the menu group for the selected open price menu item. |
|
The GUID of the selected open price menu item. |
|
The quantity for the menu item selection. |
|
A currency amount that sets the price for the open price menu item. The amount reflects the price before the quantity, taxes, discounts, and modifier adjustments are applied. |