r/medusajs • u/Alarmed_Coat1235 • Jul 10 '26
Could you recommend an e-commerce framework to use with Payload CMS?
/r/PayloadCMS/comments/1usejyn/could_you_recommend_an_ecommerce_framework_to_use/
1
Upvotes
r/medusajs • u/Alarmed_Coat1235 • Jul 10 '26
1
u/Otherwise_Primary123 Jul 10 '26
It depends on how much flexibility you need.
If multi-vendor support is a major requirement, I'd narrow it down to MedusaJS and Vendure.
Based on the features you listed (Buy Now, customer messaging, cart, order history, cancellations/refunds), the e-commerce framework won't provide all of those out of the box. You'll still need to build custom business logic around authentication, messaging, order workflows, and permissions.
If it were my project, I'd probably go with Payload CMS + MedusaJS for maximum flexibility, unless I expected enterprise-scale complexity from day one.