Replaced by /v2/transports endpoints.
GET
/deliveries/partner/{code}/pricing
curl \
-X GET https://mpapi.proxy.omnicado.com/v1/deliveries/partner/{code}/pricing?client_id=api_token_value
Response examples (200)
{
"data": [
{
"type": "p",
"price": 100.0,
"cod_price": 42.0,
"limit": 1000.0
}
],
"result": {
"code": 200,
"status": "OK"
}
}
Response examples (200)
{
"result": {
"code": 200,
"status": "OK"
},
"data": [
{
"type": "p",
"price": 100.0,
"cod_price": 42.0,
"limit": 1000.0
}
]
}