Replaced by /v2/transports endpoints.
GET
/deliveries/partner/{code}
curl \
--request GET 'https://mpapi.proxy.omnicado.com/v1/deliveries/partner/PPL?client_id=yourClientId&client_id=api_token_value' \
--header "X-Application-Name: myApplicationName"
Response examples (200)
{
"data": {
"code": "PD1",
"title": "Partner Delivery 1",
"price": 99.99,
"cod_price": 39.99,
"free_limit": 1000,
"delivery_delay": 1,
"is_pickup_point": true,
"priority": 1,
"packageSize": "smallbox",
"weight": {
"min": 1.0,
"max": 80.0
},
"width": {
"min": 1.0,
"max": 10.0
},
"length": {
"min": 1.0,
"max": 100.0
},
"height": {
"min": 1.0,
"max": 10.0
}
},
"result": {
"code": 200,
"status": "OK"
}
}