Oli Juhl
Oli Juhl
**What** Naive fix to allow carts with 100% discount to be completed. **Why** Discount total is wrongly calculated if `items` and `items.adjustments` is not included in relations upon retrieving the...
**What** Method [`resetPassword`](https://github.com/medusajs/medusa/blob/aaebb38eae883a225779b03556900ea813c991d2/packages/medusa-js/src/resources/customers.ts#L85) in the Customers domain of `medusa-js` currently uses the wrong payload type. Should be changed to `StorePostCustomersResetPasswordReq`
**What** Use type `AdminPostDraftOrdersReq` for creation of DraftOrder in `medusa-js` **How** Change [this line](https://github.com/medusajs/medusa/blob/1c6fcb2ede9b7b8ea67a87d4e2fdecf0f3bb7c6c/packages/medusa-js/src/resources/admin/draft-orders.ts#L20) to use `AdminPostDraftOrdersReq` Fixes CORE-412
**What** Solves admin issue [166](https://github.com/medusajs/admin/issues/166) Deleting a product option on a product without variants currently throws, because we are cleaning up variant options as well. **How** Only do variant clean...
## Goal We want to be able to retrieve a specific type of conditions from a DiscountCondition. Can be products, collections, tags, types, and customer groups. ## Proposal **Endpoint** ```...
We want to add a GraphQL API layer for querying data from Medusa. Generally, we see two approaches: - Adding a GraphQL layer on top of our Rest API -...
**Goal** We want to display a Toaster when editing prices for a Product in a PriceList Steps to reproduce: 1. Create PriceList 2. Edit Prices on a single product 3....
**What** Component which is used but not grouped according to the components structure of the folder **How** - Move components/variant-grid to templates - Update imports
**What** Component which is used but not grouped according to the components structure of the folder **How** - Move components/loading-container to atoms - Update imports
**What** Component which are used but not grouped according to the components structure of the folder **How** - Move components/declarative-toaster to atoms - Update imports