文档
测试

8-空船补货查询

GET
http://127.0.0.1:8080/stock-onroad/batch?asin=B08VGWCK2G

请求参数

参数名
类型
描述
必填
asin
string
B08VGWCK2G
必填

响应参数

参数名
类型
描述
必填
msg
string
示例:
必填
code
string
示例:0001
必填
data
object
数据字典
必填
chinaCount
int
国内,示例:0
必填
indiaCount
int
印度,示例:50
必填
onroadCount
object
在途,示例:0
必填
shipCount
int
船,示例:1
必填
airCount
int
空,示例:0
必填
stockOnroads
array
数据列表
必填
batchId
string
批次ID,示例:batch_1
必填
freightType
string
头程,示例:船运
必填
quantity
int
数量 ,示例:1
必填
success
boolean
示例:true
必填