跳轉到主要內容
GET
/
api
/
Warehouse
/
GetWarehouseByFromCountry
Get warehouses by origin country
curl --request GET \
  --url https://api.returnshelper.com/uat/user/api/Warehouse/GetWarehouseByFromCountry \
  --header 'x-rr-apikey: <api-key>' \
  --header 'x-rr-apitoken: <api-key>'
{
  "data": [
    {
      "warehouseId": 123,
      "warehouseName": "<string>"
    }
  ]
}
此頁面由 AI 自動翻譯。API 技術規格以英文呈現為標準。如有任何疑問,請參閱英文版本
列出可接受指定始發國家入庫運件的倉庫。當您規劃某國家的退件、需要知道哪些倉庫可作為目的地時使用。

授權

x-rr-apikey
string
header
必填

Your API key

x-rr-apitoken
string
header
必填

Your API token — keep this private

查詢參數

countryCode
string

ISO3 country code

回應

Success

data
object[]

List of visible warehouses