Shipping zones allow you to divide the globe into geographical regions where the same shipping methods and rates apply for all addresses. Kibo eCommerce comes with default shipping zones. You can create other shipping zones with regular expressions, which are sequences of characters used for search patterns.Documentation Index
Fetch the complete documentation index at: https://docs.kibocommerce.com/llms.txt
Use this file to discover all available pages before exploring further.
Create a Shipping Zone
Kibo eCommerce recommends editing or duplicating existing zones as a starting place for creating your own custom zones, rather than making one from scratch. However, if you must create a new shipping zone:- Go to System > Settings > Shipping > Zones.
- Select the site you want to specify options for from the top bar.
- Expand the actions menu to edit or duplicate existing zones. If you do not want to edit or duplicate an existing zone, click Create New Zone.
- Enter a Name.
- Enter a Description.
- Enter an Expression. The expression generally uses a format based on country codes, such as CountryCode eq “AR”.
- Click Save.
Shipping Zone Expressions
Expressions apply to a shipment’s destination address. You can use the following properties in custom expressions:- CountryCode
- CityOrTown
- StateOrProvince
- PostalOrZipCode
- AddressType
- Address1
- Address2
- Address3
- Address4
| Operator | Definition |
|---|---|
| CONT | Contains |
| EQ | Equals |
| GT | Greater Than |
| IN | Contained In |
| LT | Less Than |
| NE | Not Equals |
| SW | Starts With |
| OR | Boolean Or |
| AND | Boolean And |
Zone Example
For example, you want to create shipping zones for your sporting goods stores: one for the lower 48 US states and one for all countries in South America. You enter the following expression for the lower 48 US states zone:
Expression:


