amazon-seller
amazon-seller copied to clipboard
showing error
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, all I could test). Examples:
amzSel.sellerInfo({sellerId: 'A3TYU8WJN37NYT', marketplace: 'US'}, function(err, data) { ... // err is set });
amzSel.sellerInfo({sellerId: 'A1E4EGUURY23BQ', marketplace: 'US'}, function(err, data) { ... // err is set });
amzSel.sellerInfo({sellerId: 'A1WAYWGF795YJ9', marketplace: 'US'}, function(err, data) { ... // err is set });