Get Rates
Generate rates for all enabled carriers by providing a route (A to B)
Get Rates
Request Body
Name
Type
Description
Specific examples per language
curl --location --request POST 'https://api-sandbox.shiplemon.com/v1/rates' \
--header 'x-api-key: <YOUR_API_KEY>' \
--header 'Content-Type: application/json' \
--data-raw '{
"address_from": {
"country": "GR",
"zip": "14451"
},
"address_to": {
"country": "DE",
"zip": "81667"
},
"items": [
{
"weight": 2000,
"height": 10,
"width": 10,
"length": 10,
"notes": "",
"value": 20
}
]
}'Example data for request
Example response
Last updated