Socket
Socket
Sign inDemoInstall

amazon-mws-cli

Package Overview
Dependencies
0
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.0-alpha.1 to 1.0.0-alpha.2

src/getCompetitivePricingForASIN.js

15

package.json
{
"name": "amazon-mws-cli",
"version": "1.0.0-alpha.1",
"version": "1.0.0-alpha.2",
"description": "A command-line tool to access the Amazon Marketplace Web Services API",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"postinstall" : "./install.sh"
"test": "echo \"Error: no test specified\" && exit 1"
},
"bin": {
"getMatchingProductForId": "./GetMatchingProductForId.php",
"getCompetitivePricingForASIN": "./Products.GetCompetitivePricingForASIN.php"
"getMatchingProductForId": "src/getMatchingProductForId.js",
"getCompetitivePricingForASIN": "src/getCompetitivePricingForASIN.js"
},

@@ -24,3 +22,6 @@ "preferGlobal": true,

},
"homepage": "https://github.com/simonjayhawkins/amazon-mws-cli#readme"
"homepage": "https://github.com/simonjayhawkins/amazon-mws-cli#readme",
"dependencies": {
"shiny-robot": "git+https://github.com/simonjayhawkins/shiny-robot.git#70f53e7002757e4f6c5fa7d5a0079e4eb852a7ae"
}
}
# amazon-mws-cli
[![npm version](https://badge.fury.io/js/amazon-mws-cli.svg)](https://badge.fury.io/js/amazon-mws-cli)
[![JavaScript Style Guide](https://img.shields.io/badge/code%20style-standard-brightgreen.svg)](http://standardjs.com/)
## Installation
install php5-cli and php5-curl (this package depends on the official Amazon PHP SDK)
```
sudo apt-get install php5-cli php5-curl
```
install amazon-mws-cli globally using npm so that it may be run from the command line.

@@ -24,2 +20,3 @@ ```

export MARKETPLACE_ID="<Your Marketplace Id>"
export ENDPOINT="<Your Amazon MWS Endpoint>"
```

@@ -37,3 +34,3 @@

```
getCompetitivePricingForASIN <ASIN1> [...ASIN10]
getCompetitivePricingForASIN <ASIN1> [...ASIN20]
```

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc