生服商品购后预约,外调ISV查询日期库存余量
名称 | 类型 | 是否必须 | 示例值 | 更多限制 | 描述 |
---|---|---|---|---|---|
request_id | String | 必须 | e98da7d2-580c-47f2-8b2f-689c2d848bf4 | 请求标识 用于排查问题 | |
tb_item_id | String | 必须 | 2300953237937 | 淘宝商品ID | |
shop_id | String | 可选 | 2020061700077000000024295398 | 口碑门店ID | |
store_id | String | 可选 | 1003494005 | 淘宝门店ID | |
district_id_list | String [] | 可选 |
|
区域ID列表(省市区) | |
district_name_list | String [] | 可选 |
|
区域名称列表(省市区),与区域ID一一对应 | |
district | String | 可选 | 浙江省杭州市西湖区 | 区域名称 | |
detail_address | String | 可选 | xx街道xx小区x-x-xxx | 详细地址 |
名称 | 类型 | 示例值 | 描述 |
---|---|---|---|
error_message | String | 系统错误 | 错误信息 |
dateInventory_list | DateInventoryList [] | 库存列表 | |
|
|||
biz_success | Boolean | true | 是否成功 |
error_code | String | SYSTEM_ERROR | 错误码 |
{"store_id":"1003494005","shop_id":"2020061700077000000024295398","detail_address":"xx街道xx小区x-x-xxx","district":"浙江省杭州市西湖区","district_name_list":[""],"tb_item_id":"2300953237937","district_id_list":[""],"request_id":"e98da7d2-580c-47f2-8b2f-689c2d848bf4"}
{ "error_message":"系统错误", "dateInventory_list":[ { "date":"2021-01-22", "timeUnits":[ { "count":100, "startTime":"00:00", "endTime":"24:00", "status":"OPEN" } ] } ], "biz_success":true, "error_code":"SYSTEM_ERROR" }
{"error_message":"Illegal request","biz_success":"false","error_code":"sign-check-failure"}
错误码 | 错误描述 | 解决方案 |
---|