Combo Deal
General
A Combo Deal is a promotion where customers receive a discount when purchasing multiple items together. For example, if an item costs 20 € and the promotion condition is “Buy 2 of the same variant and pay 30 €”, the total price for both items is 30 €. In this case, each item gets a 5 € discount, so the final price for each item is 15 €. The Combo Deal ensures that customers save when buying multiple items, with the discount evenly applied to the items involved.
Admin API
Parameter | Details |
---|---|
id READ-ONLY | String Promotion id |
version READ-ONLY | String Promotion version |
name | String Name of the promotion |
displayName | Object |
status | String |
activationType | String |
level | String |
schedule | Object |
companyIds | Integer |
shopCountryIds | Object |
siblingPromotions | Object |
audiences | Object |
effect | Object |
conditions | Object |
priority | Integer |
customData | Object |
tiers | Object The list of promotion tiers. Tiers must be sent in ascending order |
usageLimit |
Create a Promotion
You can create promotions that are valid in a specific shop, countries or for a particular audience.
Example
Update a Promotion
You can update promotion configuration such as schedule, effect, priority, etc.