amazon-sp-api
Advanced tools
Comparing version 0.2.5 to 0.2.6
const utils = require('../utils'); | ||
module.exports = { | ||
// getInventorySummaries seems to be available in "NA" region only --> comparable to ListInventorySupply in MWS API | ||
getInventorySummaries:(req_params) => { | ||
@@ -5,0 +6,0 @@ utils.checkParams(req_params, { |
{ | ||
"name": "amazon-sp-api", | ||
"version": "0.2.5", | ||
"version": "0.2.6", | ||
"description": "Amazon Selling Partner API client", | ||
@@ -25,6 +25,11 @@ "main": "index.js", | ||
"csvtojson": "^2.0.10", | ||
"fast-xml-parser": "^3.17.4", | ||
"fast-xml-parser": "^3.17.5", | ||
"qs": "^6.9.4" | ||
}, | ||
"devDependencies": {}, | ||
"devDependencies": { | ||
"chai": "^4.2.0", | ||
"dotenv": "^8.2.0", | ||
"mocha": "^8.2.1", | ||
"moment": "^2.29.1" | ||
}, | ||
"repository": { | ||
@@ -34,3 +39,6 @@ "type": "git", | ||
}, | ||
"scripts": { | ||
"test": "mocha --config ./test/.mocharc.js" | ||
}, | ||
"homepage": "https://github.com/amz-tools/amazon-sp-api" | ||
} |
91579
3102
4
Updatedfast-xml-parser@^3.17.5