Best practices for extending CartService in Medusa.js #873
Answered
by
dtoyoda10
forestworks26
asked this question in
Q&A
|
Hi folks 👋 I’m currently working on a Medusa.js project where I need to extend the For example:
I’ve read the docs about [extending services](https://docs.medusajs.com/development/fundamentals/services#extending-services), but I’d like to understand the best practices for doing this in a way that:
So my questions are:
Any advice, code snippets, or pointers to examples would be greatly appreciated 🙏 Thanks in advance! |
Answered by
dtoyoda10
Sep 21, 2025
Replies: 1 comment
|
Hi 👋 great question! There are two common approaches to customizing cart logic in Medusa: Extending
Using Event Subscribers
|
0 replies
Answer selected by
forestworks26
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi 👋 great question!
There are two common approaches to customizing cart logic in Medusa:
Extending
CartServiceUsing Event Subscribers