Expand my Community achievements bar.

SOLVED

Persistent graphql query

Avatar

Level 1

How can we get the data from adobe Magento endpoints using the persistent GraphQl query?

1 Accepted Solution

Avatar

Correct answer by
Level 8

AEM offers commerce integration framework which allows you to fetch data from Magento using graphql. 

This has most of the details listed : https://experienceleague.adobe.com/en/docs/experience-manager-65/content/commerce/integrations/magen... 
However please note if you are referring to AEM's persisted Graphql queries, it is not used in context of Magento integration. AEM persisted queries are meant to expose data from AEM to external sources and not the other way around.

View solution in original post

3 Replies

Avatar

Correct answer by
Level 8

AEM offers commerce integration framework which allows you to fetch data from Magento using graphql. 

This has most of the details listed : https://experienceleague.adobe.com/en/docs/experience-manager-65/content/commerce/integrations/magen... 
However please note if you are referring to AEM's persisted Graphql queries, it is not used in context of Magento integration. AEM persisted queries are meant to expose data from AEM to external sources and not the other way around.

Avatar

Level 2

Persistent GraphQL query is used to expose AEM CF data to third-party services. This does not apply to Adobe Commerce/Magento GraphQL calls. 

Avatar

Administrator

@deepankar2 Did you find the suggestions from users helpful? Please let us know if you require more information. Otherwise, please mark the answer as correct for posterity. If you've discovered a solution yourself, we would appreciate it if you could share it with the community. Thank you!



Kautuk Sahni