amazon-seller
amazon-seller copied to clipboard
A module for retrieving Amazon seller information
Hi, In its current state, this module returns the error: { "type": "fatal", "code": "amzsel-003", "source": "sellerInfo", "message": "Invalid body content!" } on all Amazon Seller IDs (or, at least,...
amzSel.sellerInfo({sellerId: 'A3TYU8WJN37NYT', marketplace: 'US'}, function(err, data) { if(err) { console.log(err); return; } console.log("yes") console.log(data); }); output is : { type: 'fatal', code: 'amzsel-005', source: 'sellerInfo', message: 'HTTP status code: 404'...