- Details
- Written by: Mariana Cherneva
- Category: Tutorial Wix
- Hits: 161
For the system to function correctly, the following configurations are always required:
- Creation of the Wix node (on bindCommerce)
- Installation of the bindCommerce App for Wix (on Wix)
- Connection of the App to bindCommerce (on Wix)
Creation of the Wix Node
o create the Wix node, log in to your bindCommerce control panel and:
- go to the menu Processes > Nodes and click on Add
- in the Technology field, select eCommerce Wix, fill in the Name field with a reference name for your store (e.g., My Wix Shop), then click on Save and continue
- fill in the Key field with a password of your choice (we recommend at least 8 characters)
- fill in the Store / Merchant ID field with your Wix Store ID
The Wix Store ID will be visible in the bindCommerce app once it has been installed.
Installation of the bindCommerce App for Wix
To install the bindCommerce App on Wix, log in to your Wix control panel and:
- go to the menu Apps > App Market
- search for bindCommerce, and once found, click Add to Site
- after installing the App, you will need to connect it to bindCommerce
Connecting the App to bindCommerce
After installing the app, you can find it by going to Apps > Manage Apps.
Then click on the Open App button next to the bindCommerce row.
Fill in the fields as follows:
- bindCommerce host: enter your bindCommerce host address without the protocol (e.g., i12345.bindcommerce.cloud)
- bindCommerce username: enter your bindCommerce username (e.g., myusername)
- bindCommerce key: enter the password you chose when creating the node on bindCommerce
Finally, click the Connect button.
If successful, the STATUS field will show CONNECTED. If not, please verify that all previous steps have been completed correctly.
- Details
- Written by: Mariana Cherneva
- Category: Tutorial Wix
- Hits: 144
To publish your product catalog from bindCommerce to Wix, the following configurations must be implemented in bindCommerce:
- Product export API configuration (to define which information to export for each product)
- Product export configuration (to define creation permissions)
- Product filter configuration (to define which products to export)
- Connector creation for product publishing to Wix
Product Export API Configuration
This configuration is used to define which information to export for each product.
In your bindCommerce control panel, go to API > Product Export.
Under the section "Information to be considered", you can select, based on your preferences:
- Export product information
- Export stock availability
- Export prices
- Export attributes
- Export categories
- Export images
Only the data you choose to export will be sent to Wix. Below are some notes on the various sections:
Product Information
The SKU code is always exported, as it is the primary identifier.
Fields managed by the integration include: product name, long description, brand, and weight.
Stock Availability
Choose whether to retrieve the quantity only from the product table or from a specific quantity rule, as additional warehouses will not be considered when exporting to Wix.
Prices
Only one price list per product can be sent to Wix, along with an optional discounted price.
It is necessary to send at least the net price (excluding VAT) and the gross price (including VAT), which will be displayed on the site according to your Wix configuration.
Attributes
Select the attributes that should be sent to Wix.
Keep in mind that only attributes of type "Product – main (generates variants)" will be considered when creating product options.
Categories
You must export the category key and name. Optionally, you can also send the description and main image.
Note: In the case of multi-level categories, Wix will create a category corresponding to the last level of the one sent.
Example:
bindCommerce category: |:::|Accessories|:::|Coat Hooks
Wix category created: Coat Hooks
Product Images
You can choose to send all product images or only some, by setting the "Maximum number of images to export" field.
Using the "Image tag filter" option, you can choose to send only the images marked with a specific tag.
For more information on the product export API configuration, please refer to the dedicated guide
Product Export Configuration for Wix
This configuration defines the creation and/or update permissions based on the options enabled in the product export API configuration.
To create a new configuration, go to your bindCommerce context and follow the menu:
eCommerce (sales channel) > Wix > Product Publishing, then click Add new configuration.
Under "API Product Export Configuration", choose a previously created configuration or create a new one.
In the "Creation options" group, you can define:
- Whether to create new categories when not present, or link products only to existing categories
- Whether to create new products when not present, or update existing products
- Whether to enable or disable products, allowing you to hide them from customer view if needed
Once an item is created on Wix (products, variants, categories), bindCommerce saves the mapping between the Wix ID and the bindCommerce ID. This mapping can be reviewed under:
eCommerce (sales channel) > Wix > References.
Thanks to this reference table, duplicate items are avoided and previously published items can be reused.
The table is editable to allow for manual handling of anomalies or specific cases.
Product Filter Configuration
For managing product filters, please refer to the dedicated guide.
Creating the Connector for Product Publishing to Wix
To create the publishing connector, go to Processes > Connectors and click Add, then:
- Give the connector a name (e.g., "Publish products to Wix")
- Choose the node type (technology) eCommerce Wix
- Select the previously created node
- Choose the connector type eCommerce Wix [Product Publishing]
- Click Save and continue
After the page reloads, you will be able to:
- Select the previously created connector configuration
- Optionally, select a previously created product filter or create one on the spot
Click Save and close to complete the connector configuration
You can then insert the connector into an automated procedure.
- Details
- Written by: Mariana Cherneva
- Category: Tutorial Wix
- Hits: 137
The order import from Wix to bindCommerce allows you to retrieve all order-related information into bindCommerce, so it can then be transferred to an ERP system, another eCommerce site, or any external system.
To import orders from Wix, the following configurations must be set up in bindCommerce:
- App installation and connection
- Order import configuration (to define which orders to import)
- Creation of the connector to perform the order import from Wix
Order Import Configuration from Wix
This configuration defines which orders to import. If needed, you can create multiple configurations to run under different conditions (e.g., orders from the last N days or orders from specific dates).
To create the configuration, go to your bindCommerce panel and follow the menu:
eCommerce (sales channel) > Wix > Order Import, then click Add new configuration and fill in the fields as follows:
- Configuration name: enter a meaningful name, e.g., “Import orders created in the last 2 days”
- Order progress status: select the order progress statuses to be filtered during import, choosing between Handled and Not Handled
- Payment status: select the payment statuses to filter orders, choosing between Paid and Unpaid
- Time range configuration: select or create a configuration for custom time parameters. These can be accessed via System Parameters > Time Ranges. They allow you to define how many days or hours (or specific dates) to retrieve orders for, and whether to filter by order creation date or modification date.
Click Save and Close to complete the configuration.
Creating the Connector to Import Orders from Wix
To create the order import connector, go to Processes > Connectors, click Add, and fill in the fields as follows:
- Connector name: enter a name, e.g., “Wix Order Import”
- Node type (technology): select eCommerce Wix
- Node: select the previously created node
- Connector type: select eCommerce Wix [Order Import]
Click Save and continue to proceed with the configuration.
Then:
- Connector configuration: select the previously created order import configuration
- Product filter: optionally, select a product filter – useful if you want to include or exclude only specific products during import
Click Save and Close to complete the connector setup.
The connector can then be run manually from the list of connectors (Menu > Processes > Connectors) by clicking the play button, or it can be included in an automatic and scheduled procedure.
- Details
- Written by: Mariana Cherneva
- Category: Tutorial Wix
- Hits: 136
Downloading configurations and references from Wix allows bindCommerce to save the correspondence between the Wix ID and the bindCommerce ID.
This data is stored in a list accessible via the menu: eCommerce (sales channel) > Wix > References.
Thanks to these references, duplicate items are not created, and previously published elements can be retrieved.
The reference table is left editable by the user to handle anomalies or special cases.
It is recommended to run this connector at least once after connecting bindCommerce to Wix, in order to allow bindCommerce to generate references to categories and/or products that already exist on the site you wish to integrate.
Creating the Connector for Downloading Configurations and References
To create the connector, go to Processes > Connectors and click Add.
Fill in the fields as follows:
- Connector name: enter a descriptive name, e.g., “Wix Reference Download”
- Node type (technology): select eCommerce Wix
- Node: select the previously created node
- Connector type: select eCommerce Wix [Download configurations and references to bindCommerce]
Finally, click Save and Close to complete the connector setup.
The connector can then be run manually from the connector list (Menu > Processes > Connectors) by clicking the Play button.





