Contents
Table of Contents | ||
---|---|---|
|
Cart Structures
Item | ||||||
---|---|---|---|---|---|---|
Item |
| |||||
Item w/ modifiers |
Combo | ||||||
---|---|---|---|---|---|---|
Combo |
| |||||
Combo with items with modifiers | ||||||
Combo with Premium Items |
Systemwide Offer | ||||||
---|---|---|---|---|---|---|
Item | ||||||
Combo
|
| |||||
Combo w/ modifier |
|
Config Offers | ||||||
---|---|---|---|---|---|---|
Amount discount
When we added only the promo item, we are not able to checkout, so I added an extra Chicken Sandwich |
| |||||
Percentage discount
Same case here, I added a 20% discount code and I choose an extra Chicken Sandwich |
|
Reward | ||||||
---|---|---|---|---|---|---|
Item |
| |||||
Combo |
| |||||
Combo with item with modifier |
|
Difference between Combo Offer and Combo
Combo Offer
Sanity:
Test - Offer Combo - 05d1888d-789e-4517-8ca9-506ff1bb2c2d
vendorConfigs
>partner
> 4017incentives
>24f239c0-e8de-4d13-9967-bb96b8aef2b4
(ComboOffer Test Combo with just one Ck. Sandwich)vendorConfigs
>partner
> 3001001options
>12172b84-ff62-43fd-af6e-33a4a297711f
(comboSlot Test - Combo Slot Chicken Sandwich)options
>option
>74c5465d-bd85-413b-b730-e1eece111125
(item Test Chicken Sandwich)
Code Block | ||
---|---|---|
| ||
{ "externalReferenceId": "4017", # This number is the Systemwide Offer Vendor Plu "id": "24f239c0-e8de-4d13-9967-bb96b8aef2b4", # This number is the Inner Item (ComboOffer) Sanity Id "menuSelections": [ { "externalReferenceId": "3001001", # This number is the ComboOffer Vendor Plu "id": "74c5465d-bd85-413b-b730-e1eece111125" # This is the inner Item id "menuSelections": [], "price": { "amount": 1995, "currency": "PLN" }, "quantity": 1, "type": "Item" } ], "price": { "amount": 1895, "currency": "PLN" }, "quantity": 1, "type": "OfferCombo" }, |
Combo
Sanity:
A. Supreme Chicken Sandwich Meal(Combo)
vendorConfigs
>partner
> 3001020id
>8adbaec9-48ee-48f9-b733-04cba561c629
mainItem
>0ba8ec59-9f2b-4011-a5cb-9974a9c0f26f
vendorConfigs
>partner
> 3001019
Code Block | ||
---|---|---|
| ||
{ "externalReferenceId": "3001020", # This number is the Combo Vendor Plu "id": "8adbaec9-48ee-48f9-b733-04cba561c629", # This number is the combo Sanity Id "menuSelections": [ { "externalReferenceId": "3001019", # This number is the Main Item Vendor Plu "id": "0ba8ec59-9f2b-4011-a5cb-9974a9c0f26f", # This number is the Main Item Sanity Id "menuSelections": [], "price": { "amount": 2495, "currency": "PLN" }, "quantity": 1, "type": "Item" }, { "externalReferenceId": "3500001", "id": "aec9dc8a-afc1-420d-bfc4-fd7c004e6c16", "menuSelections": [ { "externalReferenceId": "8002001", "id": "406f327f8d6f", "menuSelections": [], "price": { "amount": 25, "currency": "PLN" }, "quantity": 1, "type": "ItemOptionModifier" } ], "price": { "amount": 995, "currency": "PLN" }, "quantity": 1, "type": "Item" }, { "externalReferenceId": "3010006", "id": "6de63121-74dd-4f6b-80b9-6283b391f2e8", "menuSelections": [], "price": { "amount": 895, "currency": "PLN" }, "quantity": 1, "type": "Item" } ], "price": { "amount": 3295, "currency": "PLN" }, "quantity": 1, "type": "Combo" } |