0.2.2 • Published 7 years ago

amznmws v0.2.2

Weekly downloads
18
License
-
Repository
github
Last release
7 years ago

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)

0.2.2

7 years ago

0.2.1

7 years ago

0.2.0

7 years ago

0.1.2

7 years ago

0.1.1

7 years ago