Expand my Community achievements bar.

SOLVED

Products images sync between AEM & Magento

Avatar

Level 2

Hi All,

 

We are having one requirement to sync Magento products images to AEM cloud, so that we have live images in AEM coming from Magento. Is there any OOTB functionality available. 

Is Rest based implementation needed, kindly suggest if there is any references.

Thanks in advance.

 

-Neelesh

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

Hi @neeleshk1333067 

 

Can you please confirm if you are using CIF add on to connect with Magento OR you are using httpclient URL connection to connect with Magento?

 

If connecting using the CIF add on -

 

please look into this article - https://experienceleague.adobe.com/docs/experience-manager-cloud-service/content-and-commerce/storef...

 

You will have to start AEM with CIF add on.

 

If connecting Magento using the HttpConnection - you will have to send the graphql or Rest based query to hit magento server and get the response back to AEM.

if Graphql - CURL based graphql query will be used.

if REST - URL based endpoint will be used.

 

Please let me know if need any further help.

 

Thanks,

Prince

View solution in original post

2 Replies

Avatar

Correct answer by
Community Advisor

Hi @neeleshk1333067 

 

Can you please confirm if you are using CIF add on to connect with Magento OR you are using httpclient URL connection to connect with Magento?

 

If connecting using the CIF add on -

 

please look into this article - https://experienceleague.adobe.com/docs/experience-manager-cloud-service/content-and-commerce/storef...

 

You will have to start AEM with CIF add on.

 

If connecting Magento using the HttpConnection - you will have to send the graphql or Rest based query to hit magento server and get the response back to AEM.

if Graphql - CURL based graphql query will be used.

if REST - URL based endpoint will be used.

 

Please let me know if need any further help.

 

Thanks,

Prince

Avatar

Level 2

Hi @Prince_Shivhare, Thanks for the reply.

The use case is that when a product gets imported in Magento the same product image can be imported in AEM, there should be simultaneous call to Magento and AEM. when Magento (add/delete/update) products, connection between Magento and AEM required to sync, Magento -> call AEM --> Images is stored in AEM --> AEM will communicate back product image path to Magento.

Is there any refence for HTTP Connection implementation. Please let us know.

 

Regards,

Neelesh