v2
OpenAPI 3.0.3Proprietary2026-07-263483431.1 MBShipping
Search shipping costs
Requires the order:create scope. Retrieve shipping cost estimates based on origin, destination, courier services, and package weight.
post/v3/shipping-costs
Request body
Example request
{
"courier_codes": [
"jne"
]
}Response
Products list
Example response
{
"data": [
{
"courier_service": {
"courier": {
"courier_type": "standard"
}
}
}
]
}