Você está visualizando o conteúdo de ajuda da versão:
- 6.5
- 6.4
- 6.2
- Versões anteriores
Observação:
This document applies to both Intershop 7.4 and Intershop 7.4 CI (Continuous Integration).
There are a variety of ways to import product and catalog data. The product and catalog data can be imported when initially setting up the environment, or after changes have been made in the Intershop data.
The importer supports the following modes:
The product data is maintained in Intershop 7 software and made available through AEM.
The actual product information imported from Intershop or any other source is held in the CRX repository under:
/etc/commerce/products
The following properties indicate that the products are linked with Intershop:
- commerceProvider
- cq:intershopCatalogId
- cq:intershopId
Observação:
The Intershop implementation (for example geometrixx-outdoors/en_US) only stores product IDs and other basic information under /etc/commerce.
The Intershop server is referenced every time information about a product is requested.
-
Click Import Catalog to start the import.
When complete, you can verify the data imported at:
http://localhost:4502/crx/de/index.jsp#/etc/commerce/products
-
Click Import Catalog to start the import.
When complete, you can verify the data imported at:
http://localhost:4502/crx/de/index.jsp#/etc/commerce/products
The import process can take a long time so you can select specific areas of the catalog for an express update that is triggered manually. This uses the export feed together with the standard attributes configuration:
-
Click Import Catalog to start the import.
When complete, you can verify the data imported at:
http://localhost:4502/crx/de/index.jsp#/etc/commerce/products
The Intershop catalog can be imported into AEM, using the batch importer for Intershop catalogs, categories and products.
The parameters used by the importer can be configured for:
Intershop Product and Catalog Importer
(com.adobe.cq.commerce.intershop.impl.importer.IntershopImporter)

Observação:
When working with AEM there are several methods of managing the configuration settings for such services; see Configuring OSGi for full details. Also see the console for a full list of configurable parameters and their defaults.
The response parser can be configured to define the properties and attributes to be loaded for (variant) products.
The parameters used by the parser can be configured for:
Intershop JSON Parser
(com.adobe.cq.commerce.intershop.impl.importer.IntershopJSONParser)

Observação:
When working with AEM there are several methods of managing the configuration settings for such services; see Configuring OSGi for full details. Also see the console for a full list of configurable parameters and their defaults.