create_automatic_discount_free_shipping
Create automatic free shipping discounts that apply without a code when orders meet specified criteria such as minimum subtotal or quantity. Control activation and combine with other discounts.
Instructions
Create an automatic free shipping discount applied without a code when order meets criteria.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | Name shown to customers and in admin. | |
| startsAt | Yes | Activation date (ISO 8601). | |
| endsAt | No | ||
| destinationAll | No | Apply to all destinations. Default: true. | |
| countryCodes | No | ISO country codes (e.g. ['US', 'CA']). | |
| includeRestOfWorld | No | ||
| minimumSubtotal | No | ||
| minimumQuantity | No | ||
| maximumShippingPrice | No | Max shipping rate covered (e.g. '10.00'). | |
| combinesWith | No | Discount classes this discount can combine with. |