walmart-marketplace-api
walmart-marketplace-api copied to clipboard
A fully typed TypeScript, Javascript, and Node.js API library for the Walmart Marketplace API
**Describe the bug** getReconReportV1 and getReconReport not working: ``` { status: 'ERROR', error: { source: 'mp-payment-reporting-app-US', message: 'Could not find acceptable representation', hint: 'org.springframework.web.HttpMediaTypeNotAcceptableException' } ``` **To Reproduce** ``` const...
Seems http request is issued twice on each api call when api is instantiated by getConfiguredApi call. I believe it happens because getConfiguredApi -> apiInterceptor calls target function itself by...
Bumps [json5](https://github.com/json5/json5) from 2.2.1 to 2.2.3. Release notes Sourced from json5's releases. v2.2.3 Fix: [email protected] is now the 'latest' release according to npm instead of v1.0.2. (#299) v2.2.2 Fix: Properties...
Bumps [husky](https://github.com/typicode/husky) from 7.0.4 to 8.0.3. Release notes Sourced from husky's releases. v8.0.3 fix: add git not installed message #1208 v8.0.2 docs: remove deprecated npm set-script v8.0.1 fix: use POSIX...
Bumps [markdownlint](https://github.com/DavidAnson/markdownlint) from 0.25.1 to 0.27.0. Commits e3fbc08 Add new doc-build directory to .npmignore. 5a4cf17 Update to version 0.27.0 (closes #669). bbbb63c Update .markdownlint.json to set line-length/code_blocks to false and...
Bumps [openapi-types](https://github.com/kogosoftwarellc/open-api) from 10.0.0 to 12.1.0. Commits 2256840 v12.1.0 8146444 Updating lock files from running lerna bootstrap 9b58193 Add support for "const" keyword to base schema type. (#832) 3c30624 build(deps):...
Bumps [ts-node-dev](https://github.com/whitecolor/ts-node-dev) from 1.1.8 to 2.0.0. Release notes Sourced from ts-node-dev's releases. v2.0.0 https://github.com/whitecolor/ts-node-dev/compare/v2.0.0-0...v2.0.0 v2.0.0-0 update to ts-node 10 d45cf52 https://github.com/whitecolor/ts-node-dev/compare/v1.1.8...v2.0.0-0 Commits 32bdc92 2.0.0 1daaabf np no-cleanup 93d99be update minimist...
Bumps [dotenv](https://github.com/motdotla/dotenv) from 16.0.0 to 16.0.3. Changelog Sourced from dotenv's changelog. 16.0.3 (2022-09-29) Changed Added library version to debug logs (#682) 16.0.2 (2022-08-30) Added Export env-options.js and cli-options.js in package.json...
The current generation takes a Walmart OpenApi spec and generates the required `WM` headers on every API function. This is due to how walmart has these required as part of...