文档
测试

库存列表

POST
http://ju.vipgz1.idcfengye.com/admin_api/inventory/list

请求头

参数名
类型
描述
必填
xiaoju-token
string
示例:
必填

请求参数

参数名
类型
描述
必填
warehouse_id
string
示例:
必填
p_asin
string
示例:
必填
p_name
string
示例:
必填

响应参数

参数名
类型
描述
必填
code
int
示例:0
必填
msg
string
示例:
必填
data
object
数据字典
必填
count
int
示例:3
必填
totalPages
int
示例:1
必填
pageSize
int
示例:30
必填
currentPage
int
示例:1
必填
data
array
数据列表
必填
id
int
示例:1
必填
warehouse_id
int
示例:1
必填
product_id
int
示例:1
必填
quantity
int
示例:120
必填
p_asin
string
示例:M2001
必填
p_name
string
示例:产品名称
必填
p_type
string
示例:类型
必填
p_specifications
string
示例:
必填
imgs
string
示例:
必填
price
int
示例:0
必填
unit
object
示例:null
必填
warehouse
object
数据字典
必填
id
int
示例:1
必填
warehouse_name
string
示例:1号仓库
必填

返回示例

```language ```