lineofflight / peddler

Amazon Selling Partner API (SP-API) in Ruby
MIT License
307 stars 130 forks source link

Amazon AU issue. Not able to make API calls #104

Closed AkshayGoyal022 closed 6 years ago

AkshayGoyal022 commented 6 years ago

Hi,

I am trying to integrate Amazon AU but every time i try to make calls it throws an error Peddler::Marketplace::BadId Exception: "A39IBJ37TRP1C6" is not a valid MarketplaceId. I have confirmed that A39IBJ37TRP1C6 is the id for amazon australia.

I am able to make calls for every other amazon region except this. I am not able to figure out what the issue is exactly. Can you help me out why am i getting this error and how to get rid of it.

Thanks

AkshayGoyal022 commented 6 years ago

Hi,

I found out the issue. I realised i was running an older version of the gem. Updating the gem version resolved the issue.

Thanks