分页查询入库单
POST
https://openapi.spotterio.com/api/v1/page_inbound_warehouse
请求参数
Body 参数application/json
inbound_no_list
array[string]
入库单列表
storage_code
string
接收仓仓库编码
created_at_begin_ms
integer
创建起始时间
created_at_end_ms
integer
创建截止时间
current_page
integer
当前页数
>= 1
page_size
integer
展示条数
>= 1<= 100
示例
{
"inbound_no_list": [
"string"
],
"storage_code": "string",
"created_at_begin_ms": 0,
"created_at_end_ms": 0,
"current_page": 1,
"page_size": 1
}
返回响应
🟢200成功
application/json
Body
code
string
响应码
msg
string
响应信息
resp_data
object
必需
current_page
string
当前页数
page_size
string
页大小
total_num
string
总数
total_page
string
总页数
data
object
必需
示例
{
"code": "string",
"msg": "string",
"resp_data": {
"current_page": "string",
"page_size": "string",
"total_num": "string",
"total_page": "string",
"data": {
"inbound_no": "string",
"storage_code": "string",
"status": "string",
"created_date_ms": 0,
"inbound_date_ms": 0,
"expected_delivered_day_ms": 0,
"carrier": "string",
"total_num": 0,
"total_box_num": 0,
"shipped_date_ms": 0,
"contact_email": "string",
"tracking_number": "string",
"item_list": [
{
"ssku": "string",
"inner_pack": 0,
"box_num": 0,
"effective_date_ms": 0,
"request_inbound_num": 0,
"inbound_num": 0
}
]
}
}
}
修改于 2025-04-23 09:45:15