Shipping rules are enabled at the discretion of the marketplace operator. They might not be available in your marketplace. Reach out to your operator if you need assistance regarding the shipping functionality available in your marketplace.
Shipping rules let you provide buyers with shipping options that balance cost and speed by determining shipping costs for an order based on the delivery address and the line items (variants). A shipping rule links one or more shipping zones, shipping profiles and shipping rates.
This topic discusses the generic support for configuring shipping rules through the seller portal. Shipping rules are queried, via the GraphQL API, by the operator. The business logic applied is marketplace specific. If shipping rules are available in your marketplace, reach out to your operator for information on their shipping rules implementation.
If you override the operator defined shipping rules you must redefine all required shipping zones.
A shipping zone is a named set of postal codes that define a delivery area.
The allowed format for the postal codes depends on how your operator has implemented shipping rules. Reach out to your operator to find out what their implementation supports.
How to add a shipping zone
- Log in to the Seller Portal.
- Go to Shipping > Shipping Rules.
Note: You need to toggle off Use [Operator name] defined shipping if it's turned on. - Go to the Shipping Zones tab.
- Click the New shipping zone button.
- In the New Shipping Zone window, add a name and description.
- Select Create shipping zone.
How to add shipping zones in bulk
- In the New Shipping Zone window, select Download CSV template.
- Edit the template file.
- Go back to the New Shipping Zone window, select Upload Spreadsheet.
- Browse to the required file.
- Select Open.
- Select Create shipping Zone.
How to edit a shipping zone
- Log in to the Seller Portal.
- Go to Shipping > Shipping Rules.
Note: You need to toggle off Use [Operator name] defined shipping if it's turned on. - Go to the Shipping Zones tab.
- Find the shipping zone you want to edit.
- Click the edit button to the far right.
- Make any required changes to the name or description.
- Click Update shipping zone.
How to edit shipping zones in bulk
- Log in to the Seller Portal.
- Go to Shipping > Shipping Rules.
Note: You need to toggle off Use [Operator name] defined shipping if it's turned on. - Go to the Shipping Zones tab.
- Find the shipping zone you want to edit.
- Click the edit button to the far right.
- Generate a CSV or XLSX file.
- Select the displayed link, or go to Imports & exports.
- Find the postal code spreadsheet file in the list.
- Select the file name to download the file.
- Edit the file.
- Go back to the edit shipping zone window.
- Select Upload Spreadsheet.
- Browse to the required file.
- Select Open.
- Select Update shipping zone.
Note: Uploading a spreadsheet replaces existing postal codes.
How to delete a shipping zone
You can only delete a shipping zone if it is not being used in a shipping rule.
- Log in to the Seller Portal.
- Go to Shipping > Shipping Rules.
Note: You need to toggle off Use [Operator name] defined shipping if it's turned on. - Go to the Shipping Zones tab.
- Find the shipping zone you want to delete.
- Click the delete button.
- Confirm by clicking delete.
Related articles