---
title: "Search courier services"
method: POST
path: "/v3/shipping-costs/search-courier-service"
tags: ["Shipping"]
---

# Search courier services

`POST /v3/shipping-costs/search-courier-service`

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

## Request body

- GetCourierServiceRequest — Schema for requesting courier services
  - `is_show_all` boolean — Whether to show all courier services or only those available
  - `location_id` integer, 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_code` string — Postal code of the destination
  - `store_id` integer, required — ID of the store
  - `warehouse_id` integer, required — ID of the warehouse
  - `weight` integer, required — Weight of the shipment in grams

## Response `200`

Courier Services list

- SearchCourierServicesResponseBody — Non-paginated list payload for v3.
  - `data` CourierServiceResult[], required
    - `cost` number, float — Cost of the shipment
    - `cost_source` string — Source of the cost
    - `courier_service` object
      - `code` string — Code for the courier service
      - `courier` object
        - `code` string — Courier code
        - `courier_type` 'instant' | 'cashless' | 'standard' — Type of the courier
        - `id` integer — Courier ID
        - `name` string — Courier name
      - `id` integer — Courier Service ID
      - `name` string — Name of the courier service
    - `etd` string — Estimated time of delivery
    - `is_cod` boolean — Is Cash on Delivery available
    - `is_pickup` boolean — Is Pickup available
    - `shipment_provider_code` string — Code of the shipment provider
    - `warehouse` object
      - `address` string — Address of the warehouse
      - `city_name` string — City name of the warehouse location
      - `id` integer — Warehouse ID
      - `lincah_origin_id` string — Lincah origin ID for the warehouse
      - `mengantar_origin_id` string — Mengantar origin ID for the warehouse
      - `name` string — Name of the warehouse
      - `province_name` string — Province name of the warehouse location
      - `subdistrict_name` string — Subdistrict name of the warehouse location
      - `unique_id` string — Unique identifier of the warehouse
    - `weight` integer — Weight of the shipment in grams
  - `is_paginated` false, required

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden

---

[API](https://skmtc.net/scalev/apis/nexus-commerce-api.md) · [All operations](https://skmtc.net/scalev/apis/nexus-commerce-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/scalev/nexus-commerce-api/revisions/4354959d76dc/schema)
