amazon-seller icon indicating copy to clipboard operation
amazon-seller copied to clipboard

showing error

Open lavishk7 opened this issue 8 years ago • 0 comments

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 });

lavishk7 avatar Oct 18 '17 10:10 lavishk7