Calculate Shipping Rates
Usage
Objects
ShippingRate
{
"id": "rate-123",
"price": <Money>,
"duration": {
"value": 1, // integer
"unit": "days" // "days", "minutes" or "hours"
},
"name": <BinlingualString>, // display name
"description": BinlingualString, // relevant instructions or extra details
"provider": "dhl" // machine-friendly name of shipping provider
},Request Format
Response Format
Last updated
Was this helpful?