Skip to main content

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

  1. Log in to the Shopware Administration backend.
  2. Navigate to Extensions → Store.
  3. 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.deMy Account → Licenses

  1. Log in to the Shopware Administration backend.
  2. Navigate to Extensions → My Extensions.
  3. Click the three dots next to the AgiqonConnector plugin and select Configure.
  4. Enter the client credentials (Client ID and Client Secret) and save.
  5. 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