Product Rating Get
Fetch the aggregate Trustpilot product rating, review count, and GTIN for a business unit's SKU.
trustpilot.product.rating.get
/execute
Shared execution endpoint
Input parameters
business_unit_id
string
required
Business unit identifier.
605071d79427c2000147bff9
language
string
optional
Language supplied for this request.
fr
product_name
string
optional
Product name supplied for this request.
Irrésistible Givenchy
sku
string
required
Sku supplied for this request.
41013C42
template_id
string
optional
Template identifier.
url
string
optional
Url supplied for this request.
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 output fields
Derived from the sample above for orientation only. These observed fields are not a fixed response schema.
| Path | Observed type | Example |
|---|---|---|
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.