lineofflight / peddler

Amazon Selling Partner API (SP-API) in Ruby
https://lineofflight.github.io/peddler/
MIT License
307 stars 130 forks source link

`get_feed_submission_result` returns nil #140

Closed nandhini08 closed 4 years ago

nandhini08 commented 5 years ago

when I try the request get_feed_submission_result I get nil response.

@client = MWS.feeds(
      marketplace: "US"
      merchant_id: XXX,
      auth_token: XXX
      aws_access_key_id: XXX,
      aws_secret_access_key: XXX,
     )

@result_response = @client.get_feed_submission_result('124413018184')

However for the same feed ID I tried from Amazon Scratchpad and I get proper response. Screenshot 2019-10-15 at 10 14 30 PM

nandhini08 commented 5 years ago

@hakanensari any idea why I am facing this issue

hakanensari commented 5 years ago

@nandhini08 are you by any chance using an older version of Peddler? There was a fix in the parser a couple of years ago for this response type.

stale[bot] commented 4 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.