Newer Version Available

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

Shipping Profile

Output representation of the shipping profile.
JSON example
1[
2  {
3    "id": "7LAxxxxxxxxxx1",
4    "name": "General Shipping Profile",
5    "isDefault": true,
6    "ShippingRateGroups": [
7      {
8        "id": "8Ni000000000001",
9        "name": "Shipping rate group 1",
10        "shippingZones": [
11          {
12            "Id": "12h000000000100",
13            "countries": [
14              {
15                "isoCode": "US",
16                "label": "United States"
17              },
18              {
19                "isoCode": "CA",
20                "label": "Canada"
21              }
22            ],
23            "StandardShippingRates": [
24              {
25                "conditionFactor": "ORDER_PRICE",
26                "conditionRangeMax": 50,
27                "conditionRangeMin": 0,
28                "currencyIsoCode": "USD",
29                "id": "5fy000000000001",
30                "name": "ShippingRate1",
31                "price": 10,
32                "transitTimeMax": 5,
33                "transitTimeMin": 2,
34                "transitTimeUnit": "days",
35                "weightUnit": "Pounds"
36              },
37              {
38                "conditionFactor": "ORDER_PRICE",
39                "conditionRangeMax": 50,
40                "conditionRangeMin": 10,
41                "currencyIsoCode": "USD",
42                "id": "5fy000000000002",
43                "name": "ShippingRate2",
44                "price": 5,
45                "transitTimeMax": 5,
46                "transitTimeMin": 2,
47                "transitTimeUnit": "days",
48                "weightUnit": "Pounds"
49              }
50            ]
51          }
52        ]
53      }
54    ]
55  }
56]
Property Name Type Description Filter Group and Version Available Version
id String ID of the shipping profile. Small, 59.0 59.0
isDefault Boolean Indicates whether the shipping profile is set as default (true) or not (false). Small, 59.0 59.0
name String Name of the shipping profile. Small, 59.0 59.0
processTime Integer Time required to process the shipping order. Small, 61.0 61.0
processTimeUnit String Unit of time for processing the shipping order. Possible values are:
  • Days
  • Hours
  • Weeks
Small, 61.0 61.0
shippingRateGroups Shipping Rate Group[] List of shipping rate groups. Small, 59.0 59.0