Shipping rates
Introduction
Endpoints
Last updated
Last updated
POST /api/v1/shipment/rates HTTP/1.1
Host: api.merchone.com
Authorization: Basic username:password
Accept: application/json
Content-Type: application/json
Content-Length: 102
{
"address": {
"zipcode": "10115",
"country": "DE"
},
"order": [
{
"product_sku": "CVS0200201LWF2",
"quantity": 1
}
]
}{
"data": [
{
"type": "tracked",
"cost": 5,
"currency": "EUR"
}
]
}