Legacy module
The module described in this article has been marked as a legacy module. This means the following:
-
We don't create new features for this module or fix any bugs.
-
The module is not available anymore in Xentral instances (demo or licensed) created after 28-Sep-2022. If you as a new user have special requirements that could only be fulfilled by this module, please contact our customer support team to discuss a solution.
For more information, see also Why is Xentral deprecating some modules and what does this mean for you?
Note
This app has the Special label. That means the app is developed for a special use case that may not be suitable for every customer.
To integrate the GetCoreIO store from ZMB into xentral, you need two steps. xentral always connects external stores, even if they offer extra APIs, via an xentral store importer. This is the standardized interface for xentral.

Interface features
-
Pick up orders
-
Feedback tracking number
The receipts are automatically created and sent during the shipping process or printed out at the shipping printer.
-
Installation of the store importer in the customer's web space
-
Creating a store in xentral + transfer key for communication
-
Saving the transfer key store importer
-
Create a (non-public) path for the storage of the imported order data
-
Transmission test
-
Copying the getcoreioimporter folder into Magento
-
Create the configuration file (copy user.inc.php.tpl to user.inc.php)
-
Configuration of the path settings in the user.inc.php file
-
ImportKey a 32 characters long key in the file user.inc.php file
-
ImportToken a 6 characters long key in the file user.inc.php file
In order to work correctly, the importer needs two local paths and a URL:
-
CSVOrder- This is the path where the order data will be before it is read by the importer. This path should not be accessible from the Internet, otherwise anyone can download all order data.
-
CSVTracking- This is the path where the webshop reads the tracking data. This path should not be reachable from the internet, otherwise everyone can download the tracking data.
-
CSVURL- The URL is the address under which the order data can be downloaded. You can get it either from the customer, or from ZMB itself.