出库管理
查询出库单智能分仓
获取智能分仓结果。
生产环境
https://ssl.glitzcloud.com/agent/v1/orders/order/checkStore测试环境
http://gztest.glitzcloud.com/agent/v1/orders/order/checkStore说明
1、功能名称:查询出库单智能分仓
2、功能描述:查询出库单智能分仓
请参阅鉴权签名说明。
请求参数
| 名称 | 类型 | 必填 | 示例值 | 描述 |
|---|---|---|---|---|
| min_time | Integer | 和max_time必填一个 | 1501278990 | 最小时间 |
| max_time | Integer | 和min_time必填一个 | 1501178990 | 最大时间 |
返回字段
| 参数 | 类型 | 示例值 | 描述 |
|---|---|---|---|
| order_sn | String | 85461421239 | 订单编号 |
| old_store | String | TWUSA-DALLAS | 原仓库名称 |
| new_store | String | TWUSA-PHOENIX | 新仓库名称 |
示例
请求示例
{
"format": "json",
"apikey": "85082f5f62a811e684f500163e06045f",
"randoms": 1234,
"sign": "656d6fbe6b7dec6c2e77ffe27f04bd6d",
"store_name": "The Warehouse USA",
"min_time": "1501178990",
"max_time": "1501278990"
}返回示例
{"status":200,"reqMsg":"ok","result":{"list":[{"order_sn":"CA12345678", "old_store":"TWUSA-DALLAS", "new_store":"TWUSA-PHOENIX"}, {"order_sn":"CA12345678", "old_store":"TWUSA-DALLAS", "new_store":"TWUSA-PHOENIX"}]}示例 3
{
"status": 3601,
"reqMsg": "Range timestamp is compulsory",
"result": []
}