A shipping zone grouping destination countries that share the same carrier rates. Each zone belongs to one carrier and can contain multiple price rules.
| Name | Type | Description | |
|---|---|---|---|
id
|
number
|
Unique numeric identifier for the ShippingZone. | |
name
|
string
|
The name of the shipping zone. |
{
"carrierZone" : {
"id" : 12345,
"name" : "Western Europe"
}
}
A shipping zone grouping destination countries that share the same carrier rates. Each zone belongs to one carrier and can contain multiple price rules.
| Name | Type | Description | |
|---|---|---|---|
id
|
int
|
Unique numeric identifier for the ShippingZone. | |
name
|
string
|
The name of the shipping zone. |
<carrierZone>
<id>...</id>
<name>Western Europe</name>
</carrierZone>