integration_documentation:plugin:en:direct_integration:bigcommerce

integration_documentation:plugin:en:direct_integration:bigcommerce

This is an old revision of the document!


Download

Available soon at BigCommerce App store

Installation

  • Open the BigCommerce backend and go to …

Product export

The product export is not included, it's necessary to provide an own product export via url or file.

For the functionality of the plugin it's essential to export the product data from the shop to Findologic. For this purpose, the Findologic export library libflexport can be used.

The library provides you with the functionality to export XML according to the xml export documentation. The exported XML will be validated against a predefined XSD Schema.

Call export with url

https://<SHOP_URL>/<EXPORT_PATH>?shopkey=<SHOPKEY>&start=<NUMBER>&count=<NUMBER>
  • shopkey: <SHOPKEY> provided by Findologic
  • start: <NUMBER> that should not be lower than zero
  • count: <NUMBER> that should not be lower than zero

This export url has to be set in the Findologic Account Settings, see documentation.

Provide export file

Please see documentation to CSV export format or XML export format.

If you have troubles with the export please contact us at support@findologic.com.