Early Access: The content on this website is provided for informational purposes only in connection with pre-General Availability Qlik Products.
All content is subject to change and is provided without warranty.
Skip to main content Skip to complementary content

Yotpo 

Yotpo is a cloud-based content marketing platform for e-commerce businesses. It lets users collect user-generated content and use the content to build a brand and manage the customer experience.

For more information about the API, see Yotpo Core API.

See the Schema section for a list of objects available for replication.

Preparing for authentication

To access your data, you need to authenticate the connection with your account credentials.

Information noteMake sure that the account you use has read access to the tables you want to fetch.

To obtain the API key and secret:

  1. Make sure you are an Yotpo account administrator. The API secret is only visible to this role.
  2. Log into your Yotpo account.
  3. Click the Profile icon in the top-right corner.
  4. Go to Account Settings > General Settings.
  5. Locate the API Credentials section:

    The API Credentials section in Yotpo, highlighted

    The App Key field contains your API Key, and the Secret Key is your API Secret.

  6. Copy and paste these values into the corresponding fields.

Creating the connection

For more information, see Connecting to SaaS applications.

  1. Fill in the required connection properties.
  2. Provide a name for the connection in Connection name.

  3. Select Open connection metadata to define metadata for the connection when it has been created.

  4. Click Create.

Connection settings
SettingDescription
Data gateway

Select a Data Movement gateway if required by your use case.

Information note

This field is not available with the Qlik Talend Cloud Starter subscription, as it does not support Data Movement gateway. If you have another subscription tier and do not want to use Data Movement gateway, select None.

For information on the benefits of Data Movement gateway and use cases that require it, see Qlik Data Gateway - Data Movement.

Start Date

Enter the date, in the format MM/DD/YYYY, from which the data must be replicated from your source to your target.

API KeyAPI key.
API SecretAPI secret.

Schema

Information note

Schemas and naming conventions can change from version to version. It is recommended to verify your version before continuing.

The schema and info displayed below is for version 2.

Depending on your destination, table and column names may not appear as they are outlined below.

collections

The collections table contains data about your store’s product groupings - collections - in your Yotpo account.

Replication Method

CDC

Primary Key

yotpo_id

Replication Key

updated_at

Useful links

Yotpo documentation

Yotpo API method

emails

The emails table contains data about every email sent from Yotpo.

Attribution window

When data is replicated for this table, it will use an attribution window of 30 days to fetch updated email statistics such as opens, clicks, etc. This means that every time a replication job runs, the last 30 days’ worth of data will be replicated for this table.

Refer to the Replication section for more info and examples of how the attribution window is used to query for data.

Replication Method

CDC

Primary Keys

email_address

email_sent_timestamp

Replication Key

email_sent_timestamp

Useful links

Yotpo documentation

Yotpo API method

order_fulfillments

The order_fulfillments table contains data about fulfilled store orders in your Yotpo account.

Replication Method

CDC

Primary Key

id

Replication Key

updated_at

Useful links

Yotpo documentation

Yotpo API method

orders

The orders table contains data about orders in your Yotpo account.

Replication Method

CDC

Primary Key

yotpo_id

Replication Key

order_date

Useful links

Yotpo documentation

Yotpo API method

product_reviews

The product_reviews table contains data about reviews for a certain product.

Note: This table is similar to the reviews table, but also contains custom fields. If you don’t have or need custom product fields, you may only want to replicate the reviews table to prevent redundant data.

Replication Method

CDC

Primary Key

id

Replication Key

created_at

Useful links

Yotpo documentation

Yotpo API method

product_variants

The product_variants table contains data about product variations in your Yotpo account.

Replication Method

CDC

Primary Key

yotpo_id

Replication Key

updated_at

Useful links

Yotpo documentation

Yotpo API method

products

The products table contains data about products in your Yotpo account.

Replication Method

Full Table

Primary Key

yotpo_id

Useful links

Yotpo documentation

Yotpo API method

reviews

The reviews table contains data about reviews.

Note: This table is similar to the product_reviews table, but doesn’t contain custom fields. If you have or need custom fields, you may want to only replicate the product_reviews table to prevent redundant data.

Attribution window

When data is replicated for this table, it will use an attribution window of 30 days to fetch updated (or deleted) reviews. This means that every time a replication job runs, the last 30 days’ worth of data will be replicated for this table.

Refer to the Replication section for more info and examples of how the attribution window is used to query for data.

Replication Method

CDC

Primary Key

id

Replication Key

updated_at

Useful links

Yotpo documentation

Yotpo API method

unsubscribers

The unsubscribers table contains data about customers who unsubscribed from one of Yotpo’s emails.

Replication Method

Full Table

Primary Key

id

Useful links

Yotpo documentation

Yotpo API method

Did this page help you?

If you find any issues with this page or its content – a typo, a missing step, or a technical error – let us know how we can improve!