get https://developers.yotpo.com/v2//products?access_token=
Retrieve paginated product data for your entire product catalog by account_id
. This call will return product metrics such as product id
, external_product_id
, average_score
, total_reviews
, product images
and more.
Please note:
This endpoint uses old infractructure and cannot support large product catalogs. We recommend using the Retrieve Products endpoint, which is built on top of new infrastructure and is fully supported by Yotpo.
Note that in some parts of the API,
product_id
may be referred to asexternal_product_id
All Products - Response Attributes
Attribute | Description |
---|---|
id | Order ID |
external_product_id | The external product id of the product reviewed |
name | The customer's name |
url | The product page URL |
created_at | The timestamp generated upon product creation |
updated_at | The timestamp generated when the product was last updated |
average_score | The average star-rating of the product |
total_reviews | The total review count of the product |
category | The product category |
description | The product description |
product_specs | Product specs |
images | The product image URL |