1.0.0-alpha.4 • Published 8 years ago

amazon-mws-cli v1.0.0-alpha.4

Weekly downloads
3
License
MIT
Repository
github
Last release
8 years ago

amazon-mws-cli

npm version JavaScript Style Guide

Installation

install amazon-mws-cli globally using npm so that it may be run from the command line.

npm install -g amazon-mws-cli

Configuration

create mwsconfig.json in your home directory

{
    "merchantId": "<Your Merchant Id>",
    "accessKeyId": "<Your AWS Access Key ID>",
    "secretAccessKey": "<Your AWS Secret Key>",
    "endpoint": "<Your Marketplace Endpoint>",
    "marketplaceId": "<Your Default Marketplace Id>"
}

Usage

getMatchingProductForId

getMatchingProductForId <IdType> <Id1> [...Id5]

getCompetitivePricingForASIN

getCompetitivePricingForASIN <ASIN1> [...ASIN20]
1.0.0-alpha.4

8 years ago

1.0.0-alpha.3

8 years ago

1.0.0-alpha.2

8 years ago

1.0.0-alpha.1

8 years ago

0.0.3

8 years ago

0.0.2

8 years ago

0.0.1

8 years ago