Overview

How to get your data into Tweakwise

Before you can do anything useful in Tweakwise we need your product data. There are a few ways to get your product data into Tweakwise:

  • Generate an XML feed
  • Using the Backend API
  • 3rd party integrations

XML feed

The default way to import all your data is to generate a feed. This feed contains products, product properties and categories.

It is always a full import, meaning that the feed should contain all data always.

Incremental updates can be done via the Backend API (see below).

Read more →

Backend API

You can use our Backend API (REST) to import your product data into the system. This method requires you to have programming knowledge to interact with the API, but it allows for real-time data synchronization and automatic updates.

A full import with the API will take longer than the XML feed depending on the amount of data.

Read more →

Third party integrations

  • Magento extension
  • Shopware
  • Channable feed

Magento

If you're using the Magento e-commerce platform, you can use the Magento2Tweakwise extension to generate the feed. This method is simple and easy to use.

Knowledge about the Magento platformis required to install the plugin. Checkout the extension on Github.