Set up "Free shipping" promotions
Last updated
Was this helpful?
Last updated
Was this helpful?
You can offer free shipping to customers through automatic promotions or discount coupons for promos like Free delivery weekend.
Request example for a new promotion: "50% Off for DHL delivery"
where:
sets up a 50% discount that only applies to the shipping cost, and shippingMethods
array limits the discount by specific shipping method IDs.
Change STOREID
with your store ID and the secret_token
with the secret access token of your app.
Request example for a new discount coupon: "Free DHL delivery"
where: "discountType": "SHIPPING"
defines free shipping, and the shippingMethods
array limits the discount to specific shipping method IDs.
Change STOREID
with your store ID and the secret_token
with the secret access token of your app.