shopgate / cart-integration-magento2-m2
Shopgate meta package containing the necessary modules to synchronize data across servers.
Package info
github.com/shopgate/cart-integration-magento2-metapackage
Type:metapackage
pkg:composer/shopgate/cart-integration-magento2-m2
2.10.0
2026-03-23 17:59 UTC
Requires
- php: ~8.1.0||~8.2.0||~8.3.0
- shopgate/cart-integration-magento2-base: 2.10.0
- shopgate/cart-integration-magento2-export: 2.10.0
- shopgate/cart-integration-magento2-import: 2.10.0
This package is auto-updated.
Last update: 2026-05-23 18:33:06 UTC
README
References the extensions required for a Shopgate Go integration.
Usage
Go to Magento 2 root folder and require the package via Composer:
composer require shopgate/cart-integration-magento2-m2:^2.10.0 --update-with-dependencies
This will install all three extensions required for Shopgate to run in the vendors/shopgate folder:
- Shopgate_Base
- Shopgate_Export
- Shopgate_Import
Enable the extensions and upgrade the database schemas:
bin/magento module:enable Shopgate_Base Shopgate_Export Shopgate_Import
bin/magento setup:upgrade
Changelog
Changes will be documented in the respective referenced packages, see: