跳转到主要内容
GET
/
api
/
Warehouse
/
GetWarehouse
Get warehouse details by ID
curl --request GET \
  --url https://api.returnshelper.com/uat/user/api/Warehouse/GetWarehouse \
  --header 'x-rr-apikey: <api-key>' \
  --header 'x-rr-apitoken: <api-key>'
{
  "warehouseId": 123,
  "warehouseName": "<string>"
}
此页面由 AI 自动翻译。API 技术规格以英文呈现为标准。如有任何疑问,请参阅英文版本
依据 warehouseId 获取单一仓库的详细信息。当您从运货单、指示或库存记录中得到仓库引用、需要其地址、联络方式或能力详情时使用。

授权

x-rr-apikey
string
header
必填

Your API key

x-rr-apitoken
string
header
必填

Your API token — keep this private

查询参数

warehouseId
integer<int32>

Warehouse identifier

响应

Success

warehouseId
integer<int32>

Warehouse unique identifier

warehouseName
string

Warehouse name