get
https://{subdomain}.myshoplaza.com/openapi/2025-06/products//images/count
Retrieve the total number of product image.
Requiresread_productaccess scope. More access scope
The Get Product Image Count API retrieves the total number of images associated with a specific product. By providing the product’s unique identifier (product_id), users can determine how many images are linked to a given product. This API is particularly useful for analytics, reporting, or managing product image inventories.This API is especially useful for:
- Retrieve the total count of images linked to a specific product for inventory or reporting purposes.
- Support catalog management workflows by identifying products with missing or incomplete image sets.
Request Parameters
Public Request Parameters
Path Parameters
| Parameter | Type | Required | Example | Description |
|---|---|---|---|---|
product_id | string | Yes | 9fb9f3c6-2300-42c1-8593-d9008d7cfc09 | The unique identifier for the product. |
Response Explanation
Public Response Parameters
Success Response
| Field | Type | Example | Description |
|---|---|---|---|
code | string | Success | Response status |
data | string | Response message | |
count | integer | 509 | The total number of variant matching the filters. |
Error Response
| Field | Type | Example | Description |
|---|---|---|---|
code | string | InvalidParameter | Error http message |
message | string | `` | Error message |
