查询sku列表


POST https://eu-openapi.chukou1.cn/v1/sku/page
½Ó¿Ú˵Ã÷: 查询sku列表

ÊäÈë²ÎÊý

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

None.

毫秒时间戳,创建时间 from;查询创建时间在指定范围内的货品

CreateTimeTo integer

None.

毫秒时间戳,创建时间 to; CreateTimeFrom 和 CreateTimeTo 之间无时间范围限制

PageSize integer

None.

页面大小,默认是 100,最大支持200

PageIndex integer

None.

页码,默认是 1

SkuList Collection of string

None.

需要查询的Sku列表,最多支持200个。有填写这个时,CreateTimeFrom 和 CreateTimeTo不会起效。

ÊäÈë²ÎÊýµÄjsonÐÎʽ
{
  "CreateTimeFrom": 1,
  "CreateTimeTo": 2,
  "PageSize": 3,
  "PageIndex": 4,
  "SkuList": [
    "sample string 1",
    "sample string 2"
  ]
}

·µ»Ø½á¹û

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

None.

查询结果记录的总数量

SkuInfoList Collection of SearchMerchantSkuResponse

None.

商品 sku 列表信息

·µ»Ø½á¹ûµÄjsonÐÎʽ
{
  "TotalCount": 1,
  "SkuInfoList": [
    {
      "Sku": "sample string 1",
      "CustomStorageNo": "sample string 2",
      "HsCode": "sample string 3",
      "ProductDescription": "sample string 4",
      "DeclareName": "sample string 5",
      "DeclareValue": 6,
      "ProductAttribute": "GeneralCargo",
      "ImportHsCode": "sample string 7",
      "Brand": "sample string 8",
      "Material": "sample string 9",
      "MaterialCN": "sample string 10",
      "ApprovalStatus": "sample string 11",
      "Weight": 12,
      "Length": 13,
      "Width": 14,
      "Height": 15
    },
    {
      "Sku": "sample string 1",
      "CustomStorageNo": "sample string 2",
      "HsCode": "sample string 3",
      "ProductDescription": "sample string 4",
      "DeclareName": "sample string 5",
      "DeclareValue": 6,
      "ProductAttribute": "GeneralCargo",
      "ImportHsCode": "sample string 7",
      "Brand": "sample string 8",
      "Material": "sample string 9",
      "MaterialCN": "sample string 10",
      "ApprovalStatus": "sample string 11",
      "Weight": 12,
      "Length": 13,
      "Width": 14,
      "Height": 15
    }
  ]
}