-
开发者必读
查询某个仓库的仓储Sku列表
GET https://eu-openapi.chukou1.cn:87/v1/storageSkus?WarehouseId={WarehouseId}&PageIndex={PageIndex}&PageSize={PageSize}&Sorting={Sorting}
½Ó¿Ú˵Ã÷: 查询某个仓库的仓储Sku列表ÊäÈë²ÎÊý
URI Parameters
Ãû³Æ ÀàÐÍ ¸ñʽҪÇó ÊÇ·ñ±ØÐë ÃèÊö ʾÀýÖµ WarehouseId string ³¤¶È: 0 ~ 30
±ØÐë
仓库Id
US
PageIndex integer ·¶Î§: 0 ~ 2147483647
当前页码
1
PageSize integer ·¶Î§: 0 ~ 100
分页大小
5
Sorting StorageSkuSortingType None.
排序
SkuAsc
·µ»Ø½á¹û
Ãû³Æ ÀàÐÍ ¸ñʽҪÇó ÊÇ·ñ±ØÐë ÃèÊö ʾÀýÖµ PageIndex integer None.
当前页码
1
PageSize integer None.
分页大小
5
TotalCount integer None.
总条目数
14
Skus Collection of StorageSkuDto None.
Sku列表
{ "PageIndex": 1, "PageSize": 2, "TotalCount": 3, "Skus": [ { "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" } ] }