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

not working #2

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

not working #2

lavishk7 opened this issue Oct 18, 2017 · 0 comments

Comments

@lavishk7
Copy link

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' }

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