SPA for eCommerce solution | Community
Skip to main content
Level 2
January 30, 2020
Solved

SPA for eCommerce solution

  • January 30, 2020
  • 1 reply
  • 5497 views

Hi,

What is the recommended approach to integration with generic eCommerce back end? Is it advisable to use SPA component to fetch product data from presentation layer (after login) or use AEM eCommerce framework to pull data from commerce back end?

 

Please share your thoughts.

 

Thanks.

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 joerghoh

You might want to check [1] and the ressources linked from there if it can answer your question.

 

[1] https://www.adobe.io/apis/experiencecloud/commerce-integration-framework/integrations.html

1 reply

joerghoh
Adobe Employee
joerghohAdobe EmployeeAccepted solution
Adobe Employee
January 31, 2020

You might want to check [1] and the ressources linked from there if it can answer your question.

 

[1] https://www.adobe.io/apis/experiencecloud/commerce-integration-framework/integrations.html

Level 2
February 4, 2020

Thanks for your reply. I read that article already. The question i have is,

If you pull the product data from PIM to AEM, the repository might grow exponentially. How are you managing that?

If you use client side rendering (SPA) to fetch the product data in real-time. Will we get into performance issues and difficult for personalisation?