Skip to content
This repository has been archived by the owner on Mar 17, 2019. It is now read-only.

showing error #3

Open
lavishk7 opened this issue Oct 18, 2017 · 0 comments
Open

showing error #3

lavishk7 opened this issue Oct 18, 2017 · 0 comments

Comments

@lavishk7
Copy link

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant