Joel Rainwater
Joel Rainwater
Closes #152 Added the ability to retrieve thumbnails in batches. In order to accomplish this I had to add the ability to have different Endpoint Types and Endpoint Formats. As...
**Summary** Adds initial support for `mix-blend-mode`. Includes reftest with different scenarios to test. A couple of notes: 1. I couldn't test Edge at this time, if someone else can. 2....
I don't know if this repo is still accepting feature requests, or if it will ultimately be replaced by the new Storefront API, but as we're still using this one...
The `request` package is included in the default `package.json`, but I recently noticed it has been fully deprecated as of Feb 11th, 2020. You can read about it here -...
I have started trying to use the new option for `config.users.tokenInHeader` to move the customer tokens out of the parameters, however I'm running into an issue. If a guest user...
Closes #538 Adds new endpoint to cart API to save payment information and order in Magento 2 so it can be completed later.
Some payment methods require the user to be redirected from the store to the payment provider's website, and then they will be redirected back to the store. These such payment...
Closes #501 I wasn't sure of the best way to approach this as it is specific to Magento. I tried taking the advise of @pkarw to only work in the...
**Note** - I'm writing this from the perspective of a Magento 2 VSF integration. I can't speak to how this impacts other platforms. When a user is logged in (for...
### Feature Request: A feature that would be a convenient addition is to add a flag (something like `--all-stores`) to the `mage2vs import` function which would loop all stores from...