Product Ratings API

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required

is the merchant’s unique Feefo identifier, which in this example is example-retail-merchant. Your merchantidentifier can be found in the Feefo Hub.

Query Params
string
enum
Defaults to false

Review_count determines if the data returned includes the number of reviews over which the average is calculated. Default = false. If set to true, review_count is included with the product rating data.

Allowed:
string
enum
Defaults to year

Since_period defines the period over which the average rating is calculated. Default = year.

Allowed:
string

parent_product_sku returns only products with the corresponding parent_product_sku.

string

product_sku is a filter for product reviews assigned to the specified product search code. More than one product_sku can be provided in one request with each product_sku separated by a comma. The value of the product_sku is case insensitive and supports the use of an asterisk (*) as a wildcard character at the beginning and/or end of the supplied parameter to support partial matching for related/variant products.

string
Defaults to 20

page_size defines the number of reviews to return per page, the default is 20 and the maximum value is 100.

string
Defaults to 1

Page defines the page number to return reviews for, the default is 1.

string
enum

Optional parameter that allows locale filtering of syndicated reviews by specifying the locale (e.g en_GB, it_IT…). If not added, the default will retrieve feedback across all languages. Feefo can provide a list of supported locales.

Allowed:
string
enum

The "summary=true" parameter returns information about the requested merchant, including a count of pages to paginate through.

Allowed:
string
Defaults to False

The product ratings API can enable syndicated reviews by using the parameter & syndication, which can be true or false.

Responses

Language
Credentials
OAuth2
LoadingLoading…
Response
Click Try It! to start a request and see the response here!