Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.frontic.com/llms.txt

Use this file to discover all available pages before exploring further.

Reviews.io
The Reviews.io connector syncs product reviews and company reviews from Reviews.io into Frontic — ratings, review bodies, reviewer metadata, and verification flags all come through ready to power product detail pages, social proof modules, and review listings.
Auth
Store key
Update methods
Trigger
Resources
Product · Company reviews

What you get

Product reviews

Per-product reviews — rating, body, reviewer name, verification status. Link them to your product records via the reviewed product’s identifier.

Company reviews

Reviews of your store as a whole — useful for trust badges, store-page testimonials, and aggregate rating displays.
The Reviews.io connector follows the standard integration model — see how integrations work for Connection, Channels, and Data Feeds.

Connection settings

Store Key
string
required
Your Reviews.io store key. Find it in Reviews.io under Integrations → API. The connector authenticates against the Reviews.io API with this key.

Channels

A Reviews.io channel carries which translations the connector pulls per review.
Channel Name
string
required
A label for the channel in Frontic.
Available Translations
multiselect
required
Locale keys the connector applies to each review.
Fallback Translation
select
required
The translation used as fallback for missing values.

Data Feeds

The Reviews.io connector exposes two feed types:
FeedWhat it pulls
Product ReviewsReviews tied to specific products. Source ID is the review’s Reviews.io identifier.
Company ReviewsReviews of your store. Source ID is the review’s Reviews.io identifier.
The standard Settings → Updates → Schema setup wizard applies — see Data Feeds in the overview. All three update methods are supported:
  • Trigger — Reviews.io webhooks land at the feed’s inbound URL for real-time updates.
The connector does not expose a manual feed Refresh — push via webhook.

What the data looks like

Reviews come through with the Reviews.io payload shape — ratings, body, reviewer details, photos, replies, and timestamps — preserved on the raw payload. Map fields into your storage in the Value Composer. For linking product reviews to your product records, the reviewed product’s identifier in the Reviews.io payload (typically SKU or product ID) is what you’ll match against your Products storage’s keys.

Good to know

  • Read-only. The Reviews.io connector pulls reviews from Reviews.io; it doesn’t push back. Review collection and moderation happen in Reviews.io.
  • Aggregate ratings. The connector emits raw reviews. Aggregate rating values (average score, total count per product) are computed in your Data Sync or at query time.

Search Listings

For displaying reviews ranked, filtered, and paginated on your storefront.

Custom Integration

For pushing reviews from systems Reviews.io doesn’t already cover.