Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The integration strategy is done per content type (product, order, user, etc) and integration mode (delta, full, instant), as described in the public wiki https://github.com/boxalino/rtux-integration-shopware/wiki/DI:-Data-Integration

The full & delta All DI modes (Full/Delta/Instant) can be integrated via console commands (for server crons) or with the use of Shopware6 Scheduled Task.The instant update is integrated via Event Subscribers.

If declared in the Integration Layer, the updated content ids (product, users, orders) are saved in a tmp index table with the help of the subscribers (as seen in every Resources/config/services/di/<type>-subscriber.xml)

Info

Review the Integration Strategies on our Confluence Integration Strategies

The integration strategy is handled by the integration team.

...