Files
medusa-store/.changeset/honest-zoos-play.md
T
Riqwan Thamir f129415650 feat(medusa,core-flows): complete cart [part-1] (#7201)
what:

- adds a very basic complete cart endpoint that creates an order
- the complete cart workflow currently does the following:
  - create tax lines
  - create order
2024-05-02 22:24:50 +00:00

162 B

@medusajs/core-flows, @medusajs/medusa, @medusajs/types
@medusajs/core-flows @medusajs/medusa @medusajs/types
patch patch patch

feat(medusa,core-flows,types): added a basic endpoint for complete cart