Limit discounts by products and categories
Last updated
Was this helpful?
Last updated
Was this helpful?
You can limit the application of discount coupons and promotions to certain products and categories to create product promos or category sales.
If you have an existing promotion, you can make it affect only specific products and products from a specific category with the following API call:
where products
and categories
are arrays of product and category IDs (, ).
Change STOREID
with your store ID, PROMOTIONID
with the promotion ID (), and the secret_token
with the secret access token of your app.
You can also limit promotion by specific variation IDs to make offers like 10% off for XL blouses:
If you have an existing discount coupon, you can make it work with specific products and products from a specific category with the following API call:
where combinations
is an array of product combination IDs ().
Change STOREID
with your store ID, PROMOTIONID
with the promotion ID (), and the secret_token
with the secret access token of your app.
where products
and categories
are arrays of product and category IDs (, ).
Change STOREID
with your store ID, DISCOUNTCOUPONID
with the discount coupon ID (), and the secret_token
with the secret access token of your app.