简要描述Description
  • 获取用户被授权使用的仓库列表all warehouse you can use
请求URL
  • /wms_api/store/list
请求方式method
  • POST
请求示例request
{
    "timestamp": {{timestamp}},
    "sign": "{{sign}}"
}
返回示例response
{
    "code": 200,
    "msg": "success",
    "data": [
        {
            "id": 1,
            "name": "US-LAX",
            "contact": "LAM-179", //联络人,预报收获请使用
            "phone": "+16267574418",
            "country": "us",
            "zip": "91748",
            "state": "CA",
            "city": "City Of Industry",
            "street1": "17411 East Gale Ave-179",
            "street2": "",
            "remark": "只接收货柜"
        }
    ]
}
备注 remark

- 更多返回错误代码请看首页的错误代码描述

作者:admin  创建时间:2024-01-30 11:20
最后编辑:admin  更新时间:2025-05-06 11:38