Quotes and Quote-to-Order flow #4748
Unanswered
TLeszczynskiWA
asked this question in
Q&A
Replies: 1 comment 4 replies
-
Depending on the requirements for the business workflow, you may get the functionality you are looking for through the Draft Order API. The Draft Order API has the following features:
Behind the scenes a Draft Order is really just a Cart - this means that the Customer facing flow is just interacting with the Cart API, e.g. for Payment Session management and Cart completion. One thing to note here is that you must implement the Customer-facing flow. I.e., you should create a frontend that can display the draft order collect payment details from the customer, and call the Complete Cart endpoint. Curious to hear if this covers your needs? |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey there,
I'm new to MedusaJS community, hopefully the following question won't be that silly!
I wonder if MedusaJS supports Quote management and offers Quote-to-Order flow implementation in some shape or form? I couldn't find anything in docs, neither do I see any entity for Quotes.
Beta Was this translation helpful? Give feedback.
All reactions