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
Solved! Go to Solution.
Views
Replies
Total Likes
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
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
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
Views
Replies
Total Likes