v2

OpenAPI 3.0.3Proprietary2026-07-263483431.1 MB
Shipping

Search courier services

Requires the order:create scope. Retrieve available courier services based on warehouse, destination, payment method, and package weight.

post/v3/shipping-costs/search-courier-service

Request body

is_show_allboolean

Whether to show all courier services or only those available

location_idinteger required

ID of the destination location

payment_method'va_bca' | 'va_bni' | 'va_bri' | 'va_mandiri' | 'va_permata' | 'va_cimb' | 'va_bsi' | 'va_maybank' | 'va_bnc' | 'va_danamon' | 'va_artha_graha' | 'va_muamalat' | 'va_btn' | 'va_ocbc' | 'va_bjb' | 'va_sahabat_sampoerna' | 'va_artajasa' | 'qris' | 'card' | 'invoice' | 'payment_link' | 'alfamart' | 'ovo' | 'dana' | 'shopeepay' | 'linkaja' | 'gopay' | 'no_payment' | 'bank_transfer' | 'marketplace' | 'cod' required

Order payment method

postal_codestring

Postal code of the destination

store_idinteger required

ID of the store

warehouse_idinteger required

ID of the warehouse

weightinteger required

Weight of the shipment in grams

Response

Courier Services list

is_paginatedfalse required

Example response

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