Version: 202201
Product Image Count
GET/openapi/2022-01/products/:product_id/images/count
Retrieve the total number of product image.
Request
Path Parameters
product_id stringrequired
Product's ID
Responses
- 200
- 422
200
- application/json
- Schema
- Example
- Result
Schema
countinteger
Default value:
0Example:
1{
"count": 1
}
{
"count": 1
}
422
- application/json
- Schema
- Example
- Result
Schema
errorsstring[]
{
"errors": [
"ProductId must be a valid UUID"
]
}
{
"errors": [
"ProductId must be a valid UUID"
]
}