ShippingZone Data Type

A shipping zone grouping destination countries that share the same carrier rates. Each zone belongs to one carrier and can contain multiple price rules.

Available Since
1.3.0
Subtypes
ShippingZoneExpanded
Properties
Name Type Description
id number Unique numeric identifier for the ShippingZone.
name string The name of the shipping zone.
ShippingZone (JSON)
{
  "carrierZone" : {
    "id" : 12345,
    "name" : "Western Europe"
  }
}
ShippingZone Data Type

A shipping zone grouping destination countries that share the same carrier rates. Each zone belongs to one carrier and can contain multiple price rules.

Available Since
1.3.0
Subtypes
ShippingZoneExpanded
Properties
Name Type Description
id int Unique numeric identifier for the ShippingZone.
name string The name of the shipping zone.
ShippingZone (XML)
<carrierZone>
  <id>...</id>
  <name>Western Europe</name>
</carrierZone>