-
Notifications
You must be signed in to change notification settings - Fork 12
7. PIM
Achim Koch edited this page Sep 12, 2019
·
1 revision
Products can be imported and stored within the AEM instance. Therefor we need to import XML files that contain the product information.
Once these products are imported, its easy to add them on specific sites by choosing the product id. (See AEM Tutorial Commerce Video)
The import of a product is a three-step process:
-
First you export a catalog from SFCC to your local machine.
-
You import the catalaog into AEM using the import wizard as described below:
- Configure "Asset download endpoint" within DemandwareClient Configuration
- Within AEM navigate to Commerce -> Products
- Click “Create” -> “Import Products” and a dialogue opens
- Configure the Demandware store name, select the instance id of corresponding Demandware Client and add your XML file
- Click "import" and the products of the catalog are imported
- The catalog file only contains the products meta data. The product images are not part of the export. To make the images available within AEM, the importer downloads the images from the
Asset download endpoint
as configured in theDemandware Client
Service. This can take a while.
The imported products are stored in the repository under /var/commerce/products
and can be found under "Commerce > Products" in the UI.