版本:202607
查询集合关联列表
GET/openapi/2026-07/collects
分页返回集合关联列表。
请求
Query参数
cursor string
分页游标
page_size int32
每页记录数
collection_id string
集合 ID
product_id string
商品 ID
响应
- 200
OK
- application/json
- 数据结构
- 示例
数据结构
- Array [
- ]
codestring
错误码
messagestring
错误信息
data object
collects object[]
关联记录列表
idstring
关联记录 ID
collection_idstring
关联集合的标识符
product_idstring
关联商品的标识符
positionint64
商品在集合中的位置
created_atstring
关联记录的创建时间
updated_atstring
关联记录的最后更新时间
cursorstring
分页游标
has_moreboolean
是否有更多记录
{
"code": "string",
"message": "string",
"data": {
"collects": [
{
"id": "string",
"collection_id": "string",
"product_id": "string",
"position": 0,
"created_at": "string",
"updated_at": "string"
}
],
"cursor": "string",
"has_more": true
}
}