商品集合查询集合关联数量版本:202607查询集合关联数量 GET /openapi/2026-07/collects/count 返回符合条件的集合关联总数。 请求 Query参数collection_id string集合 IDproduct_id string商品 ID 响应200OKapplication/json数据结构示例数据结构codestring错误码messagestring错误信息data objectcountint32数量{ "code": "string", "message": "string", "data": { "count": 0 }}