Introduction

Installation

Go to the root folder of your Pimcore project and run.

$ composer require Hamari/PimEcommConnectorBundle

Environment Setting

Add the Following to .env file:

PRODUCT_SYNC_CHUNK_SIZE=22

SHOPWARWE_CLIENT_ID=administration

SHOPWARWE_USERNAME=admin

SHOPWARWE_PASSWORD=shopware

SHOPWARWE_HOST=shopware-6-demo.shop-studio.io

SHOPWARE_API_ACCESS_KEY=SWSCN3VJDU11UHBTBWFOEXRPBQ

Configuration

To get started, a configuration object needs to be created. Login to your Pimcore admin panel.

Installation image

Config data object

Click on data objects and right-click on Home.

Installation image

Hover on Add object and then hover on Hamari

Installation image

Click on config to create a config data object. Type a name for your config object and click on OK.

Installation image

Now that Configuration object is created, fill the data in.

Configure Settings

Installation image

Configure Product Mapping

Installation image

Configure Variant Mapping

Installation image

Configure Category Mapping

Installation image

Configure Brand/Manufacturer Mapping

Installation image

Then click on Save & Publish

Previous
Getting started