跳到主要内容
版本:202506

查询集合关联列表

GET 

/openapi/2025-06/collects

分页返回集合关联列表。

请求

Query参数

    cursor string

    分页游标

    page_size int32

    每页记录数

    collection_id string

    集合 ID

    product_id string

    商品 ID

响应

OK

数据结构
    codestring

    错误码

    messagestring

    错误信息

    data object
    collects object[]

    关联记录列表

  • Array [
  • idstring

    关联记录 ID

    collection_idstring

    关联集合的标识符

    product_idstring

    关联商品的标识符

    positionint64

    商品在集合中的位置

    created_atstring

    关联记录的创建时间

    updated_atstring

    关联记录的最后更新时间

  • ]
  • cursorstring

    分页游标

    has_moreboolean

    是否有更多记录