Inventory Snapshot 业务描述
库存移动少的时间,3PL将WMS库存发送到VMI系统,VMI将S4库存和WMS库存进行比较,帮助业务及时发现库存差异。
Inventory Snapshot 集成方式
参考Batch Integration模块
Inventory Snapshot 业务字段
参数名称 | 参数类型 | 数据库type | 描述 | Primary Key | 是否必填/不为空 |
---|---|---|---|---|---|
supplierId | String | VARCHAR2(40) | Supplier id | Y | |
shipToId | String | VARCHAR2(4) | Logic plant | Y | |
itemId | String | VARCHAR2(18) | Item id | Y | |
status | String | VARCHAR2(10) | Status | Y | |
storageLocation | String | VARCHAR2(40) | Storage location | Y | |
storageBin | String | VARCHAR2(40) | Storage bin | Y | |
storageType | String | VARCHAR2(40) | Storage type | Y | |
quantity | number | NUMBER | quantity | ||
dataType | String | VARCHAR2(40) | Inventory |
Inventory Snapshot 报文示例
json
{
"push_id": "11111",
"workshop_code": "workshop code",
"source_system": "source system",
"target_system": "VMI",
"system_time":"2020-11-20 14:00:00",
"total_size": 2,
"current_page": 1,
"current_page_size": 1,
"data": [
{
"supplierId": "supplier1",
"shipToId": "shopto",
"itemId": "item1",
"status": "A",
"storageLocation": "CCCDDD",
"storageBin": "VENDOR",
"storageType": "A**",
"quantity": 1,
"dataType": "Inventory"
}
]
}