List Reviews
List reviews of any store by store domain/url.
Last updated
Was this helpful?
List reviews of any store by store domain/url.
Last updated
Was this helpful?
As a partner you have access to list any reviews that a Fera store is using.
Normally this information is available via our public api (Fera.js) but that requires you to know the store's public key.
This API returns data in the same format as the public API (Fera.js) but only requires the store domain/url.
This list of reviews includes all reviews for all products, plus store (business) reviews that aren't specific to a product.
If the store does not exist in Fera then you will receive a Bad Request response (400 status code).
Retrieve a list of product reviews. That is, retrieve all reviews that are about products.
/stores/products/reviews
Domain, URL, public key or Fera ID of the shop/store.
example.myshopify.com
Current page number, if pagination used.
Number of items per page.
Maximum number of items retrieved.
Starting position of items request query.
Filter by Fera product ID or external product ID.
fpro_123abc
Filter by multiple Fera product IDs or external product IDs. Comma-separated list or array of fields accepted.
fpro_1abc,fpro_2def
Filter by Fera customer ID or external customer ID.
fcus_12ab
Filter by Fera order ID or external order ID.
ford_123
Filter by what the resource is describing; A specific product, the entire store (ie overall experience) or both (all). Default: both.
product
both
, product
, store
Only show content submitted by verified sources (or unverified sources).
Filter by customer email
Sort (order) the response results by the given attribute.
Add :desc
to sort in descending order, or :asc
to sort in ascending order.
For example: created_at:desc would get you created_at in descending order.
created_at
Retrieve a list of reviews that belong to a product, if any.
/stores/products/{id}/reviews
ID of the product you want to retrieve
fpro_12ab
Domain, URL, public key or Fera ID of the shop/store.
example.myshopify.com
Current page number, if pagination used.
Number of items per page.
Maximum number of items retrieved.
Starting position of items request query.
Filter by Fera product ID or external product ID.
fpro_123abc
Filter by multiple Fera product IDs or external product IDs. Comma-separated list or array of fields accepted.
fpro_1abc,fpro_2def
Filter by Fera customer ID or external customer ID.
fcus_12ab
Filter by Fera order ID or external order ID.
ford_123
Filter by what the resource is describing; A specific product, the entire store (ie overall experience) or both (all). Default: both.
product
both
, product
, store
Only show content submitted by verified sources (or unverified sources).
Filter by customer email
Sort (order) the response results by the given attribute.
Add :desc
to sort in descending order, or :asc
to sort in ascending order.
For example: created_at:desc would get you created_at in descending order.
created_at