Version: 202607
Get product image count
GET/openapi/2026-07/products/:product_id/images/count
Retrieve the total number of product image.
Request
Path Parameters
product_id stringrequired
The unique identifier for the product
Responses
- 200
OK
- application/json
- Schema
- Example
Schema
codestring
error code
messagestring
error message
data object
countint32
The total number of variant matching the filters
{
"code": "string",
"message": "string",
"data": {
"count": 0
}
}