跳转到主要内容
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