v2

latestOpenAPI 3.0.3Proprietary2026-07-263483431.1 MB
Shipping

Search warehouses

Requires the order:create scope. Search for warehouses based on order details, store, destination, and product variants.

post/v3/shipping-costs/search-warehouse

Request body

destination_idinteger required

ID of the destination location

store_idinteger required

ID of the store

Response

Warehouses list

is_paginatedfalse required

Example response

{
  "data": [
    {
      "destination": {
        "display": "Cempaka Putih, Kota Jakarta Pusat, DKI Jakarta"
      }
    }
  ]
}