get https://developers.yotpo.com/v2//products/?access_token=
Retrieve product data by product_id
. This call returns product data such as product identifiers, average score, total review count, and more.
Product ID
Note that in some parts of the API,
product_id
may be referred to asexternal_product_id
Product Data - Response Attributes
Attribute | Description |
---|---|
id | The product ID |
external_product_id | The external product ID |
name | The product 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 |
spec | Product specs |
images | The product image URL |