amznmws

0.2.2 • Public • Published

Amazon MWS

This is a repository built on Eibbor Srenduas's repository, as it isn't currently being maintained. This just fixes some issues and tailors the API for my use.

AmazonAPI(credentials)

Credentials Object Format:

{
	"sId":	"storeId",
	"mIds":	{
		"com": "comStoreId"
	},
	"devAcc" : "developerAccountNumber",
	"accessKeyId" :	"accessKeyId",
	"secretKey" : "secretKey"
}

scheduleReport(callback)

checkScheduledReport(reqId, callback)

getReport(reqId, callback)

changeStockBySKU(marketId, sku, stock, callback)

changePriceBySKU(marketId, sku, price, callback)

Readme

Keywords

Package Sidebar

Install

npm i amznmws

Homepage

_

Weekly Downloads

6

Version

0.2.2

License

none

Last publish

Collaborators

  • ammuh