Akeneo Sylius Connector helps you can connect your Sylius store with the Akeneo PIM software and manage thousands of products easily. Once you import all the catalog data in Akeneo you can push that data into the Sylius store. It works with simple, and configurable types of products. The Akeneo admin can export information about the categories, attributes, products, and much more.
Please Note –
- This module is compatible with the Akeneo community and Enterprise(Flexibility) edition.
- If you want to use this extension on Akeneo EE Serenity mode, please contact us.
- For the Akeneo installation, your Akeneo server should meet these system requirements.
Features
- Connect Multiple Sylius Instances By providing Credential in Jobs.
- Mapping for images
- Export Attributes and Attribute options from Akeneo to Sylius
- Mapping for attributes
- Modify the attribute option code.
- A simple select attribute can be exported along with the product.
- Select the main / variant type of images.
- Single level multi-option attribute product is supported.
- Mapping for attribute options
- Export Categories from Akeneo to Sylius
- Export Products, Product Models, and Product Variant from Akeneo to Sylius
Installing Module For Version 4.0.x
Please follow these steps for installing Sylius Akeneo Connector module in your Akeneo PIM platform.
1 – Unzip the respective extension zip then merge the “src” folder into akeneo project root directory.

2 – Goto config/Bundles.php then add line:
1 |
Webkul\SyliusConnectorBundle\SyliusConnectorBundle::class => ['all' => true] |

in return array.
3 – Copy the “config” folder into akeneo project root directory for routing.

4 – Run this command after ssh to your akeneo server by the terminal.
1 |
php bin/console ca:cl --env=prod && php bin/console syliusconnector:setup:install |
5– If you are using php-fpm. Then you need to restart the php-fpm services and apache web server.
1 |
sudo service php-fpm7.3 restart |
Installing Module For Version 2.x to 3.x
Please follow these steps for installing Sylius Akeneo Connector module in your Akeneo PIM platform.
1 – Unzip the respective extension zip then merge the “src” folder into akeneo project root directory.

2 – Goto app/AppKernel.php then add line
1 |
new Webkul\SyliusConnectorBundle\SyliusConnectorBundle(), |

3 – Goto app/config/routing.yml then add these lines at top of file Sylius: resource:
1 2 3 |
wk_sylius: resource: "@SyliusConnectorBundle/Resources/config/routing.yml" prefix: / |

4 – Run this command after ssh to your akeneo server by the terminal.
1 |
php bin/console ca:cl --env=prod && php bin/console syliusconnector:setup:install |
5 – If you are using php-fpm. Then you need to restart the php-fpm services and apache web server.
1 |
sudo service php-fpm7.2 restart |
Uninstalling Module Version 4.0.X
Please follow these steps for uninstalling the Sylius Akeneo Connector.
1 – Goto config/Bundles.php then remove this line.
1 |
Webkul\SyliusConnectorBundle\SyliusConnectorBundle::class => ['all' => true] |
2 –Goto config/routes and remove wk_sylius.yml file.
3 – Run this command after ssh to your akeneo server by the terminal
1 |
php bin/console ca:cl --env=prod && php bin/console syliusconnector:setup:install |
Uninstalling Module Version 2.X To 3.X
Please follow these steps for uninstalling the Sylius Akeneo Connector.
1 – Goto app/AppKernel.php and comment or remove this line.
1 |
new Webkul\SyliusConnectorBundle\SyliusConnectorBundle(), |
2 – Goto app/config/routing.yml and comment or remove these lines.
1 2 3 |
wk_sylius: resource: "@SyliusConnectorBundle/Resources/config/routing.yml" prefix: / |
3 – Run this command after ssh to your akeneo server by the terminal
1 |
php bin/console ca:cl --env=prod && php bin/console syliusconnector:setup:install |
Common Issues After Installation
It might happen that even after proper installation, upon opening your Akeneo admin dashboard, you see a loading screen. In that case, do check for the following solution:
- Webpack Installation: If you get the below error
- It means that web pack is not installed in your system. Run the following command
1 2 |
npm install --save-prod webpack npm install |
- Module routing.yml is not configured properly. Re-check the routing.yml file as mentioned in the 3rd step of Module Installation
- Clear your browser cache.
Sylius API Integration:
The admin can easily generate API keys. For this, the admin will navigate to your Store terminal then run this command in your store terminal as per the below image.
1 |
$ php bin/console sylius:oauth-server:create-client --grant-type='password' --grant-type='refresh_token' --grant-type='token'. |

Copy the client id and client secret in Sylius Connection Credentials Section.
After that to activate this client id and client secret key you have navigate to the Sylius database
1 |
a:2:{i:0;s:26:"ROLE_ADMINISTRATION_ACCESS";i:1;s:15:"ROLE_API_ACCESS";} |

Setup Credentials in Akeneo
After installing the module in Akeneo, you need to set up the Sylius API keys in Akeneo. For this, log into Akeneo then navigate to Sylius Connector>Setup Credentials.
- Shop URL
- Client Id
- Client Secret Key
- Username
- Password

Channel And Locale Mapping
In channel mapping section, you set default channel which will exported to the Sylius store.
In the Locale Mapping section, you can add locales for your Sylius store.

Attribute Mapping
After setting up the Sylius API keys in Akeneo, Therefor you need to map the product fields between Sylius and Akeneo as per the below image.

Image Mapping
The selected Akeneo image attributes will be visible as Sylius product gallery images with image type.

Sylius backend:

Other Mapping:
Attribute Mapping: In this you can map all simple select and multi select type attribute.
Option Mapping: In this you can map all the option of multi and simple select type attribute.
Modify option code in case of duplicate error: In this, if you select yes the option which is already present at Sylius will be updated with the Akeneo option code. If you select no then it will show warring “The option with the given code already exists” because the option code is already existing at Sylius.

Create Simple Product In Akeneo:
You can also create a product in Akeneo. Therefore, navigate to Products. Then click the Create button.
Now, you need to choose your action – as Product or Product Model as per the below image. You can select-
- Product – if you want to create simple products.

Enter the SKU, choose a family, then click the Save button as per the below image.
Product Family – This is a set of attributes that will be the same for all products belonging to a family.
The product family represents product type, imposes product information structure, and defines the list of attributes for a product that it belongs to.

Add Product Details
Now you need to provide information about the product.
Enter the details like name, description etc.

Select Attribute
For adding product information, select the attribute options you require. Therefore, you can also create new options for the attribute.
Following Attributes from Akeneo are supported for export:
- Text
- Text Area
- Number
- Date
- Yes/No
- Select
- Price
- Metric
- Image
You can also add a product details like price, design, manufacturing color etc.

Upload Image
Click the upload picture section or use the drag and drop feature to add a product image.

Select Category
After entering all the product information. Then you can also select Categories for the created product.

Sylius Export Job:
To export the products, first of all, you need to create the Export Profile. Therefore, navigate to Exports -> Create Export Profile as per the below image.

This will redirect you to the Export Profile page. Therefore, you will enter a unique code, label and select a job profile.

Then click Save.
Filter The Data
You can export the filtered data. Therefore, navigate to the Content section as per the below image.

You can filter the data as per-
- Channel – This selects the relevant channel of products to export.
- Locales – Depending as per your choice multiple locals can be selected.
- Attributes – select the product attributes which you want to export. You can either select all attributes else click the edit button to select the attributes.
You will be navigated to the “Attribute” page when clicking the edit button as per the below image.

Here, click on the left side to select a specific attribute group. Then select the displayed attributes as per the choice.
Filter The Products.
Akeneo enables you to decide which products to export on Sylius.

Family
Select one or more product families to export to Sylius. If you want to export products belonging to specific families, click on the drop-down list then click on the families to add in the field like clothing, shoes, t-shirts

Time Condition
You can now export your product on a specific time condition.

- No date condition (default option) – Products are not filtered using time conditions.
- Updated products over the last n days (e.g. 6) – This filter the products that were updated during the last six days, enter 6 value.
- Updated products since this date – To filter the products that were updated during a specific date, select a date.
- Products updated since last export –The products that were updated during the last update will be filtered.
Category
You can configure the categories of the channel tree you want to export. For example, you want to export the clothing products to update.

By default, all categories are exported. To select a category, then click the Edit button the categories of the channel tree are displayed.

Identifier
You can select product identifiers to export the product. Therefore, you can select multiple product identifiers that should be separated by comma, space, or line breaks.

Properties
You have to select a credential in which the product will be exported.

After that click the Save button.
Export Now
After creating the export profile, click on the Export Now button as per the below image.

Execution Process
After the execution of the export process, you can check the process summary and errors if present.

Sylius Store
After the completion of the export process, you can check the products in the Sylius catalog. The admin can view the products so if there will be any changes in the product edit form of Sylius as per the below image.


Store View
Exported Akeneo products will appear on the storefront as per the image.

Support
This was all about the Sylius Akeneo Connector. I hope you must have the got the idea of our module. Thanks for taking the time in reading this blog. And also, please doesn’t forget to share your feedback and suggestions under the comment box given below.
Moreover, If you have any queries or suggestions, then feel free to add a ticket at our HelpDesk system.
Current Product Version - 1.1.1
Supported Framework Version - Akeneo 2.x.x & 3.x.x & 4.x.x
Be the first to comment.