Adel Khial
Adel Khial
### What I'm trying to achieve I would like to be able to retrieve applied voucher information in the `checkout` query instead of having to make a second query to...
### What are you trying to achieve? I want to update line quantity on variant A, while variant B in same checkout is on backorder. I attempt to call mutation...
### What I'm trying to achieve I'm trying to parse `checkoutComplete` error message when code is `INSUFFICIENT_STOCK` to determine which products were insufficient. The current response does not include quantities,...
### What I'm trying to achieve Cap the discount for a given percentage voucher. For example a 50% voucher with 10$ maximum would discount: - 4$ from a 8$ checkout...
### Describe what you would like changed, and why. Currently there isn't a way to select all units on large maps, this makes it difficult to issue commands to all...
Fixes #130. This PR changes the bottom margin in two files to the nearest integer, apparently Blueprint is no longer accepting floating values for margins? Can't find anything here https://gitlab.gnome.org/jwestman/blueprint-compiler/-/releases.
This PR removes two superfluous line breaks.
## Problem Currently `checkouts` query supports `sortBy` and `filter` fields. But not `User.checkouts`. https://docs.saleor.io/docs/3.x/api-reference/users/objects/user https://docs.saleor.io/docs/3.x/api-reference/checkout/queries/checkouts
## Problem --- I want to retrieve the sum of order line prices without voucher discounts applied. Currently it is possible to get the undiscounted total using `Order.undiscountedTotal` however there...
### What I'm trying to achieve I want my app to set the billing address for a checkout using an existing address ID. ### Describe a proposed solution Mutation `checkoutBillingAddressUpdate`...