get_product_reviews
Retrieve customer reviews for any Carrefour France product using its EAN barcode, with options to sort and limit results.
Instructions
Retrieves customer reviews for a specific product on Carrefour France, identified by its EAN/GTIN. Returns the total review count and a paginated list of reviews. Supports sorting by field and order, and limiting the number of reviews returned.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ean | Yes | The EAN/GTIN barcode of the product to retrieve reviews for | |
| limit | No | Maximum number of reviews to return | |
| sortField | No | Field to sort reviews by (e.g. 'reviewDate') | |
| sortOrder | No | Sort order: 'asc' for ascending or 'desc' for descending |