...
| 代码块 |
|---|
POST /api/supplier-service/v1/b2b/inventory HTTP/1.1
Content-Type: application/json
Accept: application/json
User-Agent: Mozilla 5.0
Host: http://cfs-qa.etowertech.com/
X-WallTech-Date: Thu, 06 Aug 2020 06:36:24 GMT
Authorization: WallTech testLvs2jdug2qIoRsJyuxs:VaWNgikNP0NGcoxVCeWYid50MYQ= |
...
Field | Data Type | Length | Mandatory | Description | |
|---|---|---|---|---|---|
skuList | String[]商品编码 | - | M | SKU code list | |
shipperName | String | 发货人名称- | - | Shipper name | |
sku | String商品编码 | - | - | SKU code | |
skuNameEn | String商品英文名 | - | - | Product name in English | |
skuNameLocal | String | 商品中文名 | warehouseInventoryInfo- | - | Product name in Chinese |
warehouseInventoryDTOList | Object[]仓库库存信息 | - | - | Inventory list | |
availableInventory | Int可用库存 | - | - | Available inventory of product | |
incomingInventory | Int待入库库存 | - | - | Incoming inventory of product | |
outgoingInventory | Int | 待出库库存- | - | Outgoing inventory of product | |
overseasWarehouseCode | String仓库代码 | - | - | Warehouse code | |
overseasWarehouseName | String | 仓库名称- | - | Warehouse name | |
unsellableInventory | Int | 不可用库存- | - | Outgoing inventory of product | |
code | String | 编码内容- | - | Response code | |
errors | Object[]报错 | - | - | Response error | |
message | String返回信息 | - | - | Response message | |
messageId | String | 信息编码- | - | Response message ID | |
success | Boolean | 成功响应- | - | Success | |
warnList废弃字段 | - | - | - | No use |
Request Sample
| 代码块 |
|---|
{
"skuList": [
"AWE001",
"202206160010"
]
} |
...