...
| 代码块 |
|---|
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= |
FiledsFields
Field | Data Type | Length | Mandatory | Description | |||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
skuList | 商品编码 | shipperName | 发货人名称 | sku | 商品编码 | skuNameEn | 商品英文名 | skuNameLocal | 商品中文名 | warehouseInventoryDTOList | 仓库库存信息 | availableInventory | 可用库存 | incomingInventory | 待入库库存 | outgoingInventory | 待出库库存 | overseasWarehouseCode | 仓库代码 | overseasWarehouseName | 仓库名称 | unsellableInventory | 不可用库存 | code | 编码内容 | errors | 报错 | message | 返回信息 | messageId | 信息编码 | success | 成功响应 | warnList | 废弃字段 | String[] | - | M | SKU code list |
shipperName | String | - | - | Shipper name | |||||||||||||||||||||||||||||||||||
sku | String | - | - | SKU code | |||||||||||||||||||||||||||||||||||
skuNameEn | String | - | - | Product name in English | |||||||||||||||||||||||||||||||||||
skuNameLocal | String | - | - | 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"
]
} |
...