Define shipping rates based on SKU numbers
Navigate to Connect > Order channels, select the relevant order channel on the list and click on "Create shipping rate" in the bottom right corner.
Adjust the various basic settings for the shipping rate that you require, such as the name, shipping rate type, service and so forth.
- Under the Zone section, select eligable countries on the list.
- Adjust the settings regarding shipping rate and the price of your preference.
For the purpose of this example, we will configure free shipping above a cart total of 500 DKK and a shipping price of 30 DKK below that.
Once you have configured the settings for weight, cart total, price, currency and VAT rate, click on "Custom" on the right side of the grey section and you should see the following:
The string in the Conditions field represent the settings that you just specified.
The following is an example of how to exclude SKU on the shipping rate:
price >= 1000 and price <= 999999999 and weight >= 20001 and weight
<= 69999 and not items any sku in '42928', '30916', '30894', '30287'
Note: If you wish to include SKU instead, then do not add the word "not" displayed in the example.
To begin, add a space character after the string already generated and type in the following code only with your desired SKU numbers:
and not items any sku in '42928', '30916', '30894', '30287'
Finally, click on "Create shipping rate" and your integration with shipping rate is now ready to use.