AliExpress库存模块数据是直接从”速卖通“平台库存API:【(在仓库存查询API:aliexpress.ascp.warehouse.inventory.query)及(在途库存查询API:aliexpress.ascp.onway.inventory.query)接口获取,将数据展示在此界面(系统每120分钟自动同步一次库存数据)
AliExpress库存列表中,取值来源于AliExpress平台接口上的字段说明
字段名称 | 来源字段名称 | 字段释义 |
---|---|---|
货品名称/货品ID | sc_item_name / sc_item_id | 来源库存接口(aliexpress.ascp.warehouse.inventory.query)的[sc_item_name / sc_item_id / sc_item_code]字段 |
仓库编码 | store_code | 来源库存接口(aliexpress.ascp.warehouse.inventory.query)的[store_code]字段 |
仓库名称 | store_name | 来源库存接口(aliexpress.ascp.warehouse.inventory.query)的[store_name]字段 |
良品库存量 | quantity | 1.来源库存接口(aliexpress.ascp.warehouse.inventory.query)的[quantity]字段, 且[inventory_type = 1] 2.良品库存量, 包含了良品占用量 |
良品占用量 | lock_quantity | 来源库存接口(aliexpress.ascp.warehouse.inventory.query)的[lock_quantity]字段, 且[inventory_type = 1] |
次品库存量 | quantity | 1.来源库存接口(aliexpress.ascp.warehouse.inventory.query)的[quantity]字段, 且[inventory_type = 101] 2.次品库存量, 包含了次品占用量 |
次品占用量 | lock_quantity | 来源库存接口(aliexpress.ascp.warehouse.inventory.query)的[lock_quantity]字段, 且[inventory_type = 101] |
采购在途量 | quantity | 来源库存接口(aliexpress.ascp.onway.inventory.query)的[quantity]字段, 且[inventory_type = 1] |
调拨在途量 | quantity | 来源库存接口(aliexpress.ascp.onway.inventory.query)的[quantity]字段, 且[inventory_type = 2] |
销售在途量 | quantity | 来源库存接口(aliexpress.ascp.onway.inventory.query)的[quantity]字段, 且[inventory_type = 3] |
销退在途量 | quantity | 来源库存接口(aliexpress.ascp.onway.inventory.query)的[quantity]字段, 且[inventory_type = 4] |
1.可以从多维度筛选查看库存信息
2.支持自定义列表展示字段
3.支持导出库存
4.权限说明
1.菜单【AliExpress库存】,受菜单权限控制