跳到主要内容
版本:202201

查询集合关联列表

GET 

/openapi/2022-01/collects

分页返回集合关联列表。

请求

Query参数

    collection_id string

    集合 ID。

    product_id string

    商品 ID。

    page int32

    Page number

    limit string

    limit result per page, maximum 250

响应

200

数据结构
    collects object[]
  • Array [
  • idstring
    示例: dec4897f-2537-44a7-91fb-9854f643ad1e
    collection_idstring
    示例: a60fe556-43ad-4e07-9125-507ac1bf71f7
    product_idstring
    示例: 636a07da-39eb-4829-bde9-b65fae1c28b0
    positioninteger
    默认值: 0
    示例: 1
    created_atstring
    示例: 2024-04-16T10:31:13Z
    updated_atstring
    示例: 2024-04-16T10:31:13Z
  • ]