Newer Version Available

This content describes an older version of this product. View Latest

Shipping Zone

Output representation of the shipping rate area.
JSON example
1{
2  "countries": [
3    {
4      "isoCode": "US",
5      "label": "United States"
6    },
7    {
8      "isoCode": "CA",
9      "label": "Canada"
10    }
11  ],
12  "standardShippingRates": [
13    {
14      "conditionFactor": "ORDER_PRICE",
15      "conditionRangeMax": 50,
16      "conditionRangeMin": 0,
17      "currencyIsoCode": "USD",
18      "id": "5fy000000000001",
19      "name": "ShippingRate1",
20      "price": 10,
21      "transitTimeMax": 5,
22      "transitTimeMin": 2,
23      "transitTimeUnit": "days",
24      "weightUnit": "Pounds"
25    },
26    {
27      "conditionFactor": "ORDER_PRICE",
28      "conditionRangeMax": 50,
29      "conditionRangeMin": 10,
30      "currencyIsoCode": "USD",
31      "id": "5fy000000000002",
32      "name": "ShippingRate2",
33      "price": 5,
34      "transitTimeMax": 5,
35      "transitTimeMin": 2,
36      "transitTimeUnit": "days",
37      "weightUnit": "Pounds"
38    }
39  ]
40}
Property Name Type Description Filter Group and Version Available Version
countries Country[] List of supported countries. Small, 59.0 59.0
id String ID of the shipping rate area. Small, 59.0 59.0
name String Name of the shipping rate area. Small, 59.0 59.0
standardShippingRates Standard Shipping Rate[] List of the standard shipping rates. Small, 59.0 59.0