vue-storefront-api icon indicating copy to clipboard operation
vue-storefront-api copied to clipboard

Vue.js storefront for Magento2 (and not only) - data backend

Results 106 vue-storefront-api issues
Sort by recently updated
recently updated
newest added

command: node --harmony cli.js products --removeNonExistent=true --partitions=1 error: uncaughtException: ResponseError: illegal_argument_exception date=Mon May 24 2021 10:22:30 GMT+0000 (Coordinated Universal Time), pid=597471, uid=1000, gid=1000, cwd=/home/marcokoers/mage2vs/src, execPath=/home/marcokoers/.nvm/versions/node/v14.16.1/bin/node, version=v14.16.1, argv=[/home/marcokoers/.nvm/versions/node/v14.16.1/bin/node, /home/marcokoers/mage2vs/src/cli.js, products, --removeNonExistent=true,...

When having API cache enabled (`config.server.useOutputCache: true`) and querying the API for many products it will add one cache tag per product in the response header. This will make the...

import AbstractUserProxy from '../abstract/user' import { multiStoreConfig } from './util' class StockProxy extends AbstractUserProxy {

fixed typo in app name

Bumps [y18n](https://github.com/yargs/y18n) from 3.2.1 to 3.2.2. Commits See full diff in compare view Maintainer changes This version was pushed to npm by oss-bot, a new releaser for y18n since your...

dependencies

Hello. When I tried to [enable tier prices](https://github.com/vuestorefront/vue-storefront/blob/master/docs/guide/integrations/tier-prices-sync.md), I faced some problems. In the next list the first 3 items are about vue-storefront-api exactly, and the last 2 are about...

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 -...

Bumps [pug-code-gen](https://github.com/pugjs/pug) from 2.0.2 to 2.0.3. Commits eedf9a3 Don't ask escaping for boolean attributes at the beginning of attributes-list... 6f38adf Add in additional resources of 2 packages (#2945) d86ac52 new...

dependencies

Incompatible with Magento 2.1 rest API /rest/V1/products-render-info Incompatibility with Magento 2.1 is not stated in any of available docs. ``` 2021-01-19T15:30:46.889Z - info: Importing 2 of 3 - [(3) 10%]...

When using `api-search-query` (and hence `response_format=compact` in the api request querystring), one of the configurable children is missing most of its pricing data. The code that removes it is this:...