v2

OpenAPI 3.0.3Proprietary2026-07-263483431.1 MB
Shipping

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

courier_codesstring[] required

List of courier codes

location_idinteger required

ID of the destination location

postal_codestring

Postal code of the destination

warehouse_idinteger required

ID of the warehouse

weightinteger required

Weight of the shipment in grams

Example request

{
  "courier_codes": [
    "jne"
  ]
}

Response

Products list

is_paginatedfalse required

Example response

{
  "data": [
    {
      "courier_service": {
        "courier": {
          "courier_type": "standard"
        }
      }
    }
  ]
}