boxalino / data-integration-shopware6
Boxalino Data Integration for Shopware6
Installs: 4 696
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Watchers: 3
Forks: 0
Open Issues: 0
Type:shopware-platform-plugin
Requires
- php: ^7.2 || ^8.0
- boxalino/data-integration-doc-php: ~4.0.7
README
Introduction
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
Setup
Consult with the wiki page on Setup
Configuration
Consult with the wiki page on Configurations
Instant Update Integration
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
Full & Delta Integration
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
Extending the services
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
Contact us!
If you have any question, just contact us at support@boxalino.com