版本比较

标识

  • 该行被添加。
  • 该行被删除。
  • 格式已经改变。

...

Field

Data Type

Length

Mandatory

Description

skuList

String[]

商品编码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"   
 ]
}

...