lineofflight / peddler

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

CustomerInformation API #27

Closed JDutil closed 10 years ago

JDutil commented 10 years ago

I keep getting 404 responses when attempting to use the CustomerInformation API.

Do you know if this is indicative of the api access not being enabled on my account yet?

I've setup access to use the CustomerInformation API so I would expect this to work, but think it maybe something wrong on Amazon's end.

hakanensari commented 10 years ago

No, it should return 401 if you were not authorised.

I am seeing typos in the client and will fix and release in a moment. It would be great if you could confirm the new version works, since you have a seller account with this API enabled.

JDutil commented 10 years ago

Definitely just ping when you push the update, and I'll test it out.

hakanensari commented 10 years ago

@JDutil I pushed 0.9.1 to RubyGems

JDutil commented 10 years ago

Hmm updated to 0.9.1 and I successfully get a response back now :) unfortunately it didn't return any customers though when there should be some... Will have to dig into this some more on my end, but appears the fix worked.

JDutil commented 10 years ago

This works properly now! Thanks. I had just passed the wrong date range parameters.