Skip to documentation
Browse documentation

Product Rating Get

Fetch the aggregate Trustpilot product rating, review count, and GTIN for a business unit's SKU.

Capability ID trustpilot.product.rating.get
Cost 1 credit per request
Maximum runtime 30 seconds
View raw

POST /execute Shared execution endpoint

Input parameters

business_unit_id string required

Business unit identifier.

Example 605071d79427c2000147bff9
language string optional

Language supplied for this request.

Example fr
product_name string optional

Product name supplied for this request.

Example Irrésistible Givenchy
sku string required

Sku supplied for this request.

Example 41013C42
template_id string optional

Template identifier.

url string optional

Url supplied for this request.

Example https://www.my-origines.com/fr/irresistible-givenchy-41013C42.html

Response

Successful output is returned in results[0].data. Raw platform output is intentionally open-ended and may evolve with the upstream source.

Illustrative sample The full redacted fixture is shown in the response panel.

Illustrative output fields

Derived from the sample above for orientation only. These observed fields are not a fixed response schema.

PathObserved typeExample
gtin string 3274872512634
has_rating boolean true
name string Irrésistible Givenchy
rating_count integer 2
rating_stars number 4.5
raw object 11 fields
raw.@context string http://schema.org
raw.@type string Product
raw.aggregateRating object 3 fields
raw.brand string Givenchy
raw.gtin13 string 3274872512634
raw.image string https://www.my-origines.com/dw/image/v2/BJRD_PRD/on/demandware.static/-…
raw.mpn string Givenchy
raw.name string Irrésistible Givenchy
raw.offers object 4 fields
raw.sku string 41013C42
raw.url string https://www.my-origines.com/fr/irresistible-givenchy-41013C42.html
sku string 41013C42

Execution behavior

A 200 response completed inline. A 202 response was queued; poll GET /jobs/:id until the job reaches completed or failed.