Installation
Requirements
- Shopware 6.7.0 or higher
- PHP 8.2 or higher
- A valid license key (available at agiqon-connector.de)
Install the Plugin
Via the Shopware Store
- Log in to the Shopware Administration backend.
- Navigate to Extensions → Store.
- Search for "AgiqonConnector" and click Install.
Manually via Composer
composer require agiqon/oci-connector
bin/console plugin:install --activate AgiqonConnector
bin/console cache:clear
After Installation
After installation, the following menu items are available in the Shopware Admin:
Connector
└─ Dashboard
└─ OCI Systems
└─ cXML Systems
└─ Transmissions
Enter Client Authentication
The plugin requires authentication via client credentials, which must be entered after installation.
The client credentials can be found at agiqon-connector.de → My Account → Licenses
- Log in to the Shopware Administration backend.
- Navigate to Extensions → My Extensions.
- Click the three dots next to the AgiqonConnector plugin and select Configure.
- Enter the client credentials (Client ID and Client Secret) and save.
- Test the API connection to ensure that authentication is successful.
Update the Plugin
bin/console plugin:update AgiqonConnector
bin/console cache:clear
bin/console database:migrate --all AgiqonConnector