A valid request URL is required to generate request examples{
"id": "<string>",
"resolvedShippingZoneCode": "<string>",
"shippingZoneCodes": [
"<string>"
],
"rates": [
{
"carrierId": "<string>",
"shippingRates": [
{
"code": "<string>",
"content": {
"localeCode": "<string>",
"name": "<string>"
},
"amount": 123,
"daysInTransit": 123,
"shippingItemRates": [
{
"itemId": "<string>",
"quantity": 123,
"amount": 123
}
],
"customAttributes": [
{
"childAttributes": "<array>",
"key": "<string>",
"value": "<string>"
}
],
"messages": [
{
"severity": "<string>",
"message": "<string>",
"helpLink": "<string>"
}
],
"data": {},
"windows": [
{
"pickupTime": {
"startsAt": "2023-11-07T05:31:56Z",
"endsAt": "2023-11-07T05:31:56Z"
},
"dropoffTime": {
"startsAt": "2023-11-07T05:31:56Z",
"endsAt": "2023-11-07T05:31:56Z"
}
}
]
}
],
"fulfillmentMethod": "<string>",
"customAttributes": [
{
"childAttributes": "<array>",
"key": "<string>",
"value": "<string>"
}
]
}
]
}Get Rate Responses for a Rate Request
A valid request URL is required to generate request examples{
"id": "<string>",
"resolvedShippingZoneCode": "<string>",
"shippingZoneCodes": [
"<string>"
],
"rates": [
{
"carrierId": "<string>",
"shippingRates": [
{
"code": "<string>",
"content": {
"localeCode": "<string>",
"name": "<string>"
},
"amount": 123,
"daysInTransit": 123,
"shippingItemRates": [
{
"itemId": "<string>",
"quantity": 123,
"amount": 123
}
],
"customAttributes": [
{
"childAttributes": "<array>",
"key": "<string>",
"value": "<string>"
}
],
"messages": [
{
"severity": "<string>",
"message": "<string>",
"helpLink": "<string>"
}
],
"data": {},
"windows": [
{
"pickupTime": {
"startsAt": "2023-11-07T05:31:56Z",
"endsAt": "2023-11-07T05:31:56Z"
},
"dropoffTime": {
"startsAt": "2023-11-07T05:31:56Z",
"endsAt": "2023-11-07T05:31:56Z"
}
}
]
}
],
"fulfillmentMethod": "<string>",
"customAttributes": [
{
"childAttributes": "<array>",
"key": "<string>",
"value": "<string>"
}
]
}
]
}JWT Authorization header using the Bearer scheme.
limits which fields are returned in the response body
Show child attributes
Show child attributes
Optional. If one or more Carrier Ids are specified then only the rates for the specified carrier('s/s') configured service types or shipping methods will be calculated resulting in better performance.
Optional. If one or more Shipping Service Type Codes are specified then only the specified rates for the specified carrier('s/s') configured service types or shipping methods will be calculated resulting in better performance.
The OrderTotal to be used in rate calculation
The Order SubTotal After Discounts to be used in rate calculation
The order Handling total after discounts to be used in rate calculation
The Order ID to be used in rate calculation Informational only
The Order Number to be used in rate calculation Informational only
Is the destination address a commercial address?
Show child attributes
Estimate Date/Time when the shipment for this will be sent. Primarily utilize to estimate delivery date.
Order Attributes. Made available for Arc.js to use
Show child attributes
Show child attributes
Optional for STH rates. The location code of the origin location. Used for calculation of Delivery rates.
Success
Resolved Shipping Zone Code. This value can be null if the tenant/site does not have shipping zones defined or there are no matching shipping zones for the request (e.g. the only zone defined is "UNITED-STATES" and the destination address of the rate request is in Canada)
Show child attributes