Sync2Sys Documentation
Learn how to connect suppliers, manage products, automate pricing, and sync across all your sales channels.
Getting Started
Creating an Account
To start using Sync2Sys, visit panel.sync2sys.com/register and create an account using your email or Google OAuth. After registration, you'll be taken to the dashboard.
Dashboard Overview
The dashboard provides a real-time summary of your system:
- Active Suppliers — number of connected supplier feeds
- Total Products — all imported products in your catalog
- Active Products — products currently active and in stock
- Out of Stock — products with no available stock
Organization & Team
Each account belongs to an organization. You can invite team members with different roles:
- Owner — full access, billing management
- Admin — manage suppliers, products, channels, feeds
- Member — view access with limited editing
Manage team members from Settings → Team in the panel.
Suppliers
Suppliers are the source of your product data. Sync2Sys supports importing from multiple suppliers simultaneously, each with their own feeds and field mappings.
Adding a Supplier
- Navigate to Suppliers in the sidebar
- Click Add Supplier
- Enter the supplier name and details
- Add at least one feed (product, stock, or price feed)
Feed Types
Each supplier can have multiple feeds of different types:
- Products — full product catalog with all fields
- Stock — stock/inventory updates only
- Price — price updates only
Supported Feed Formats
- XML — most common format for supplier feeds
- CSV — comma/semicolon-separated values
- XLS / XLSX — Excel files (auto-converted to CSV on upload)
- JSON — structured JSON feeds
Feeds can be connected via URL (for automatic sync) or uploaded as files manually.
Field Mapping
After adding a feed, Sync2Sys auto-detects the available fields. You then map supplier fields to Sync2Sys standard fields (name, price, stock, EAN, etc.). Mapping can be done automatically or manually.
Feed Validation & Testing
Before importing, you can test any feed URL to verify it's accessible and see sample data. This helps catch formatting issues early.
Products (Supplier Catalog)
Products imported from supplier feeds appear in the Products section. This is your supplier-sourced catalog with all original data and Sync2Sys enrichments.
Importing Products
- Go to Products → Import or use the supplier's import action
- Select the supplier and feed to import from
- Verify field mapping
- Start the import — progress will be shown in real-time
Managing Products
Products can be viewed, filtered, and edited individually or in bulk:
- Search — by name, SKU, EAN, or supplier
- Filter — by status (active, inactive, out of stock), supplier, category
- Bulk actions — update status, modify fields, or delete multiple products at once
Sync History
Every import and sync operation is logged. View the full history including row counts, errors, and timing from Products → Sync History.
PIM (Product Information Management)
The PIM module lets you create a curated, enriched product catalog separate from raw supplier data. PIM products are your "source of truth" for all sales channels.
Creating PIM Products
You can create PIM products in two ways:
- From supplier products — select one or more supplier products and promote them to PIM
- Manually — create a new product from scratch with full field control
Translations
Each PIM product supports multilingual content. Add translations for any locale with separate title, description, and meta fields per language.
Variants
PIM products can have variants (e.g., size, color). Each variant has its own SKU, price, stock, and attributes.
Media
Add product images via URL or file upload. Manage image order, set a primary image, and add alt text for SEO.
AI Content Generation
Sync2Sys can generate product content using AI. Available for fields: title, short description, long description, meta title, and meta description. AI usage is tracked against your plan's monthly token limit.
Version History
Every change to a PIM product is versioned. You can view the change history and restore any previous version.
Categories
The category system lets you build a unified taxonomy and map supplier categories to your own structure.
Category Sets
Category sets are independent category trees. You might have one set for your online store and another for a marketplace. Each set has its own hierarchy.
Building Your Category Tree
- Navigate to Categories
- Create a new category set (or use the default)
- Add categories individually or in bulk
- Organize them into a parent-child hierarchy
Category Mapping
Map supplier categories to your own categories. This determines how imported products are organized in your catalog.
- Manual mapping — drag and drop or select target categories
- AI-assisted mapping — Sync2Sys suggests mappings using AI analysis
- Bulk mapping — map multiple categories at once
- Auto-detect — automatically extract unique categories from supplier feeds
Price Rules
Price rules let you define automated pricing formulas that transform supplier prices into your selling prices.
How It Works
Rules are applied in priority order. Each rule can have conditions that determine which products it affects. When a product matches a rule's conditions, the rule's formula is applied to calculate the final price.
Creating a Rule
- Go to Price Rules
- Click Add Rule
- Set the formula (e.g., markup %, fixed margin, formula)
- Define conditions (optional): supplier, category, brand, EAN pattern, stock quantity
- Set the priority order
Price Simulation
Before applying rules to your catalog, use the simulation tool to preview results. Enter a supplier price and optional conditions to see which rules apply and the calculated final price.
Sales Channels
Sales channels are the platforms where you sell your products. Sync2Sys pushes product data, prices, and stock to each connected channel.
Supported Platforms
- WooCommerce — via REST API keys or Sync2Sys plugin
- Shopify — via OAuth integration
- PrestaShop — via API connection
- Magento 2 — via REST API integration key
- OpenCart — via REST API key
- Allegro — via OAuth 2.0 authorization (Allegro REST API)
- eBay — via OAuth 2.0 authorization (eBay REST API)
- Amazon — via SP-API authorization (Amazon Selling Partner API)
Connecting WooCommerce
Two options:
- Using the Sync2Sys plugin — install the plugin from WordPress, and it will automatically connect your store
- Manual API keys — generate WooCommerce REST API keys (Consumer Key + Secret) and paste them in Sync2Sys
Connecting Shopify
- Go to Sales Channels → Add Channel
- Select Shopify
- Enter your Shopify store domain (e.g., mystore.myshopify.com)
- Authorize the connection through Shopify OAuth
Connecting PrestaShop
Before connecting your PrestaShop store to Sync2Sys, you must enable the WebService feature in your PrestaShop Back Office. If WebService is not enabled, you will see the following error:
Follow these steps to connect PrestaShop:
- Log in to your PrestaShop Back Office
- Navigate to Advanced Parameters → Webservice
- Set "Enable PrestaShop's webservice" to Yes and click Save
- Click "Add new webservice key" — a new API key will be generated
- Set the permissions for the generated key — you must grant access to the following resources:
- products — full access (GET, PUT, POST, DELETE)
- categories — full access
- stock_availables — full access
- combinations — full access
- images — full access
- manufacturers — GET
- languages — GET
- currencies — GET
- Save and copy the generated API key
- In the Sync2Sys panel, go to Sales Channels → Add Channel → PrestaShop
- Enter your store URL (e.g., https://your-store.com) and the API key
Connecting Magento 2
To connect a Magento 2 store, you need to create an API integration in the Magento admin panel:
- Log in to your Magento admin panel
- Navigate to System → Integrations
- Click Add New Integration
- Enter a name (e.g., "Sync2Sys") and your admin password for confirmation
- In the API tab, select the following resources:
- Catalog — full access (products, categories, attributes)
- Inventory — full access (stock)
- Save and click Activate
- Copy the generated keys: Consumer Key, Consumer Secret, Access Token, and Access Token Secret
- In the Sync2Sys panel, go to Sales Channels → Add Channel → Magento 2
- Enter your store URL and all 4 API keys
Connecting OpenCart
To connect your OpenCart store to Sync2Sys:
- Log in to your OpenCart admin panel
- Navigate to System → Users → API
- Click Add New or edit an existing API user
- Enter an API username, generate an API key, and set the status to Enabled
- In the IP Addresses tab, add the Sync2Sys server IP address (shown in the Sync2Sys panel during setup)
- Save and copy the API key
- In the Sync2Sys panel, go to Sales Channels → Add Channel → OpenCart
- Enter your store URL, API username, and API key
Connecting Allegro
Allegro is a Polish marketplace. Sync2Sys supports a direct integration with Allegro via OAuth 2.0 — you do not need to create any developer application.
- In the Sync2Sys panel, go to Sales Channels → Add Channel → Allegro
- Click Connect to Allegro
- You will be redirected to the Allegro login page — log in with your Allegro account
- Confirm that you grant Sync2Sys access to your Allegro account
- After successful authorization, you will be redirected back to the Sync2Sys panel and your Allegro channel will be connected
Connecting eBay
eBay is an international marketplace. Sync2Sys supports a direct integration with eBay via OAuth 2.0 — you do not need to create any developer application.
- In the Sync2Sys panel, go to Sales Channels → Add Channel → eBay
- Select the eBay marketplace region (e.g., eBay.de, eBay.co.uk, eBay.com, etc.)
- Click Connect to eBay
- You will be redirected to the eBay login page — log in with your eBay account
- Confirm that you grant Sync2Sys access to your eBay account
- After successful authorization, you will be redirected back to the Sync2Sys panel and your eBay channel will be connected
Connecting Amazon
Amazon is the world's largest marketplace. Sync2Sys supports a direct integration with Amazon via the Selling Partner API (SP-API) — you do not need to create any developer application.
- In the Sync2Sys panel, go to Sales Channels → Add Channel → Amazon
- Select the Amazon marketplace region (e.g., Amazon.de, Amazon.co.uk, Amazon.com, Amazon.fr, etc.)
- Click Connect to Amazon
- You will be redirected to the Amazon Seller Central login page — log in with your Amazon seller account
- Confirm that you grant Sync2Sys access to your Amazon seller account
- After successful authorization, you will be redirected back to the Sync2Sys panel and your Amazon channel will be connected
Synchronization
Once connected, you can trigger a full sync or monitor the sync status. Each sync creates a log with details about products created, updated, or errors encountered.
Export Feeds
Export feeds let you generate product data files for marketplaces, comparison shopping engines, and advertising platforms.
Creating an Export Feed
- Go to Export Feeds
- Click Create Feed
- Choose the output format: XML, CSV, or JSON
- Configure filters to select which products to include
- Map product fields to the target format
Filters
Two filter modes are available:
- Simple — select by supplier, category, status, stock
- Advanced — build complex rule trees with AND/OR logic, conditions on any field including attributes
Publishing
Published feeds get a public URL (e.g., panel.sync2sys.com/api/public/feeds/your-feed-slug) that third-party platforms can access. Feeds are cached for performance and rate-limited to 30 requests per minute.
Scheduling
Configure automatic regeneration on a schedule (hourly, daily, or custom cron expression) so published feeds always contain the latest data.
FTP Delivery
Optionally push generated feeds to an FTP/SFTP server. Configure host, credentials, path, and filename in the feed settings.
Dynamic Fields
Dynamic fields let you create computed output fields with conditional rules. For example, set a "shipping" field to "free" when price is above €50, or set a "label" field based on stock quantity.
Export to Verskis.lt
Sync2Sys supports direct product export to the Verskis.lt marketplace. This allows you to automatically publish and update your product catalog on the Verskis.lt platform.
- Go to Export Feeds → Create Feed
- Select the Verskis.lt format
- Configure product filters (categories, suppliers, stock, etc.)
- Set pricing rules specific to this channel (if needed)
- Publish the feed — Verskis.lt will automatically receive updated data
Billing & Plans
Available Plans
Sync2Sys offers several plans to match your business size. Each plan includes limits on:
- Number of products
- Number of suppliers
- Number of export feeds
- Number of sales channels (stores)
- Team members
- PIM products (if PIM add-on is enabled)
View current plans and pricing at sync2sys.com/en/pricing.html.
Payments
Payments are processed through Paysera. You can pay monthly or yearly (with a discount). Invoices are generated automatically and available in Settings → Billing.
Free Trial
All new accounts start with a 14-day free trial that includes all features. No credit card required.