查询Sku在某个仓库的库存情况


POST https://eu-openapi.chukou1.cn:87/v1/inventories
½Ó¿Ú˵Ã÷: 查询Sku在某个仓库的库存情况

ÊäÈë²ÎÊý

Body Parameters
Ãû³ÆÀàÐ͸ñʽҪÇóÊÇ·ñ±ØÐëÃèÊöʾÀýÖµ
Skus Collection of string

None.

±ØÐë

商家SKU,最多30个

WarehouseId string

³¤¶È: 0 ~ 30

±ØÐë

仓库Id

US

ÊäÈë²ÎÊýµÄjsonÐÎʽ
{
  "Skus": [
    "sample string 1",
    "sample string 2"
  ],
  "WarehouseId": "sample string 1"
}

·µ»Ø½á¹û

Ãû³ÆÀàÐ͸ñʽҪÇóÊÇ·ñ±ØÐëÃèÊöʾÀýÖµ
WarehouseId string

None.

仓库Id

US

Sku string

None.

商家Sku

bag-y001

Ck1Sku string

None.

出口易Sku

bag-y001_MN006334

StorageNo string

None.

库存编码

YY09UIY987985

Weight integer

None.

重量(g)

600

Length decimal number

None.

长(cm)

20

Width decimal number

None.

宽(cm)

10

Height decimal number

None.

高(cm)

25

DeclareName string

None.

申报名称

bag

DeclareNameCn string

None.

中文申报名称

DeclareValue decimal number

None.

申报价值(USD)

5

ProductFlag ProductFlag

None.

产品类型

Simple

ProductAttribute ProductAttribute

None.

产品属性

TotalStockQty integer

None.

实际库存数

20

AvailStockQty integer

None.

可用库存数

20

InTransitStockQty integer

None.

在途库存数

20

CreateTime string

None.

创建时间

2015-01-02T15:01:01Z

·µ»Ø½á¹ûµÄjsonÐÎʽ
[
  {
    "WarehouseId": "sample string 1",
    "Sku": "sample string 2",
    "Ck1Sku": "sample string 3",
    "StorageNo": "sample string 4",
    "Weight": 5,
    "Length": 6,
    "Width": 7,
    "Height": 8,
    "DeclareName": "sample string 9",
    "DeclareNameCn": "sample string 10",
    "DeclareValue": 11,
    "ProductFlag": "Simple",
    "ProductAttribute": "GeneralCargo",
    "TotalStockQty": 12,
    "AvailStockQty": 13,
    "InTransitStockQty": 14,
    "CreateTime": "sample string 15"
  },
  {
    "WarehouseId": "sample string 1",
    "Sku": "sample string 2",
    "Ck1Sku": "sample string 3",
    "StorageNo": "sample string 4",
    "Weight": 5,
    "Length": 6,
    "Width": 7,
    "Height": 8,
    "DeclareName": "sample string 9",
    "DeclareNameCn": "sample string 10",
    "DeclareValue": 11,
    "ProductFlag": "Simple",
    "ProductAttribute": "GeneralCargo",
    "TotalStockQty": 12,
    "AvailStockQty": 13,
    "InTransitStockQty": 14,
    "CreateTime": "sample string 15"
  }
]