bhushankummar / amazon-mws

Amazon MWS NodeJS Wrapper
MIT License
197 stars 78 forks source link

FeedSubmissionResult not returning error. #108

Closed zeeshanpaalo closed 4 years ago

zeeshanpaalo commented 5 years ago

Hey. This is not giving any errors, it just gives response although when I use MWS scratchpad, I have fatal error due to a Inventory Template error. amazonMws.feeds.search({ 'Version': '2009-01-01', 'Action': 'GetFeedSubmissionResult', 'SellerId': 'SELLER_ID', 'MWSAuthToken': 'MWS_AUTH_TOKEN', 'FeedSubmissionId': FeedSubmissionId }, function (error, response) { if (error) { console.log('error ', error); return; } console.log('response', response); });

zeeshanpaalo commented 5 years ago

The Callback is always invoked with response even though there is an error when checking with MWS scratchpad.

bhushankummar commented 4 years ago

@zeeshanpaalo Not sure, But this is working as expected. Please feel free to reopen this issue if you still facing an error.