The Boxalino Data Integration is based on a unified data structure. This is described in the public documentation https://boxalino.atlassian.net/wiki/spaces/BPKB/pages/252280881/Data+Structure
This repository is to be used for the following data integration scopes:
- Product
- Order
- Customers
Consult with the wiki page on Setup
Consult with the wiki page on Configurations
In case of an instant update data integration syncrhonization, the following documents are exported:
- doc_product,
- doc_attribute_value (affected categories),
- doc_language
Once the documents are available, the following requests are done:
- load request per document
- a final sync request
For integration guidelines, review the wiki instructions
For more technical insights, review the official documentation for Instant Update
In case of a full data integration syncrhonization, the following documents are exported:
-
for products:
-
for orders:
-
for customers:
For every data integration type (product, order, user), the following requests are done:
- load request per document
- a final sync request per data integration type
The repository provides a base plug-and-play logic for the data integration. Any of the services provided are being used as part of the DocIntegrationHandler (per each doc type) as part of your project`s INTEGRATION LAYER.
Boxalino is welcoming the community pull requests to extend the data integration elements
If you have any question, just contact us at [email protected]