Version: 202607
Get collect count
GET/openapi/2026-07/collects/count
Retrieves the total number of collect objects that associate products with a collection.
Request
Query Parameters
collection_id string
Collection ID
product_id string
Product ID
Responses
- 200
OK
- application/json
- Schema
- Example
Schema
codestring
error code
messagestring
error message
data object
countint32
Count
{
"code": "string",
"message": "string",
"data": {
"count": 0
}
}