/johnlewis/products/reviews

POST /api/johnlewis/products/reviews

Price: 5 credits

Get customer reviews for a John Lewis product by product id (or product URL): title, text, rating, date, reviewer name and location, helpful/unhelpful counts, verification tags, photos and per-review subratings (e.g. Quality, Value).

How to use it

Fetch customer reviews for a John Lewis product by numeric product id or a product URL. Returns up to `count` reviews, each with id, title, text, rating (1-5) and rating_label, created_at (unix ms), reviewer {user_name, location}, helpful_count, unhelpful_count, tags (e.g. isVerifiedBuyer, isVerifiedReviewer, isPartner), media (photo URLs) and subratings [{name, value, value_label}] for aspect ratings like Quality and Value. This is John Lewis's own review system. A product with no reviews (or a nonexistent product) returns an empty list.

Parameters

Request body

Response

Errors

Response headers