...
Reward with a combo
Code Block |
---|
"cart": [{ { "menuSelections": [ { { "id": "43b4cf07-79c9-4aff-98d1-bce9cf2d890f", // Reward Sanity id "externalReferenceId": "2548350", // Reward constant plu defined in Sanity "quantityid": 1, "43b4cf07-79c9-4aff-98d1-bce9cf2d890f", "price": { "amountmenuSelections": [ 0, { "externalReferenceId": "10059", "id": "item_1852", "menuSelections": [], "price": { "amount": 0, "currency": "SAR" }, "quantity": 1, "type": "Item" }, { "externalReferenceId": "80007", "id": "4f99db1e-128a-4e53-b23b-dffc0fedf636", "menuSelections": [], "price": { "amount": 0, "currency": "SAR" }, "quantity": 1, "type": "Item" }, { "externalReferenceId": "80001", "id": "16f482db-2f13-4476-88d3-d2eec26057f3", "menuSelections": [], "price": { "amount": 0, "currency": "SAR" }, "quantity": 1, "type": "Item" }, { "externalReferenceId": "141139", "id": "141139", "menuSelections": [], "price": { "amount": 0, "currency": "SAR" }, "quantity": 1, "type": "Item" } ], "price": { "amount": 0, "currency": "SAR", }, "type "quantity": "OfferCombo"1, // OfferCombo "menuSelections": [ "type": "OfferCombo" ], // items in the combo 8350, along with markerItem } } ] ] } ], |
Offer with a combo
Code Block |
---|
"cart": { "menuSelections": [ { "externalReferenceId": "8167", "id": "d90a7113-0620-44d9-b678-743330a2f207", "menuSelections": [ { "externalReferenceId": "80003", "id": "ce847c79-9eb5-4be3-8a1e-842919aa5ba0", "menuSelections": [], "price": { "amount": 0, "currency": "SAR" }, "quantity": 1, "type": "Item" }, { "externalReferenceId": "142538", "id": "142538", "menuSelections": [], "price": { "amount": 0, "currency": "SAR" }, "quantity": 1, "type": "Item" } ], "price": { "amount": 500, "currency": "SAR" }, "quantity": 1, "type": "OfferCombo" } ] }, |
...