Shipping Rate Group

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