Products images sync between AEM & Magento | Community
Skip to main content
neeleshk1333067
Level 2
May 11, 2021
Solved

Products images sync between AEM & Magento

  • May 11, 2021
  • 1 reply
  • 1205 views

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

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by Prince_Shivhare

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/storefront/getting-started.html?lang=en#additional-resources

 

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

1 reply

Prince_Shivhare
Community Advisor
Prince_ShivhareCommunity AdvisorAccepted solution
Community Advisor
May 11, 2021

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/storefront/getting-started.html?lang=en#additional-resources

 

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

neeleshk1333067
Level 2
May 12, 2021

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