- API使用说明
- 物流
- oauth授权
- 订单
- 商品
- 库存
- 仓库
- 入库单
- oms客户
- B2B
- 费用
- webhook
- 直邮订单
获取服务商仓库列表
POST
/api/warehouse/list
仓库
请求参数
无
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST '/api/warehouse/list'
返回响应
🟢200successful operation
application/json
Body
{@link ApiResult}
code
integer
可选
默认值:
0
message
string
错误提示信息
data
array [object {3}]
数据
code
string
仓库编号
name
string
仓库名称
country
string
仓库所在国家二字码
requestId
string
请求Id
示例
{
"code": "0",
"message": "string",
"data": [
{
"code": "string",
"name": "string",
"country": "string"
}
],
"requestId": "string"
}
修改于 2024-11-18 05:32:45