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

not working

Open lavishk7 opened this issue 8 years ago • 0 comments

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

lavishk7 avatar Oct 18 '17 10:10 lavishk7