Shipping Profile Collection

Output representation of the shipping profile collection.
JSON example
1{
2  "count": 1,
3  "total": 1,
4  "items": [
5    {
6      "id": "7LAxxxxxxxxxx1",
7      "name": "General Shipping Profile",
8      "isDefault": true,
9      "ShippingRateGroups": [
10        {
11          "id": "8Ni000000000001",
12          "name": "Shipping rate group 1",
13          "shippingZones": [
14            {
15              "Id": "12h000000000100",
16              "countries": [
17                {
18                  "isoCode": "US",
19                  "label": "United States"
20                },
21                {
22                  "isoCode": "CA",
23                  "label": "Canada"
24                }
25              ],
26              "StandardShippingRates": [
27                {
28                  "conditionFactor": "ORDER_PRICE",
29                  "conditionRangeMax": 50,
30                  "conditionRangeMin": 0,
31                  "currencyIsoCode": "USD",
32                  "id": "5fy000000000001",
33                  "name": "ShippingRate1",
34                  "price": 10,
35                  "transitTimeMax": 5,
36                  "transitTimeMin": 2,
37                  "transitTimeUnit": "days",
38                  "weightUnit": "Pounds"
39                },
40                {
41                  "conditionFactor": "ORDER_PRICE",
42                  "conditionRangeMax": 50,
43                  "conditionRangeMin": 10,
44                  "currencyIsoCode": "USD",
45                  "id": "5fy000000000002",
46                  "name": "ShippingRate2",
47                  "price": 5,
48                  "transitTimeMax": 5,
49                  "transitTimeMin": 2,
50                  "transitTimeUnit": "days",
51                  "weightUnit": "Pounds"
52                }
53              ]
54            }
55          ]
56        }
57      ]
58    }
59  ]
60}
Property Name Type Description Filter Group and Version Available Version
count Integer Number of shipping profiles returned on the current page. Small, 59.0 59.0
items Shipping Profile[] List of shipping profiles. Small, 59.0 59.0
total Integer Total number of shipping profiles available for a webstore. Small, 59.0 59.0