lineofflight / peddler

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

create_shipment method returning 404 #97

Closed mjthompsgb closed 6 years ago

mjthompsgb commented 7 years ago

I am having issues with the create_shipment method returning a 404 no matter what I do. I've used Peddler for a while and have had great luck with everything else but this won't work.

Trying something like this create_shipment(o.shipment.info, rate[:offer_id])

Getting Excon::Error::NotFound: Expected(200) <=> Actual(404 Not Found) no matter what.

Any ideas?

Thanks in advance.

hakanensari commented 7 years ago

Rescue the error and check its response body to see if there is a hint?

mjthompsgb commented 7 years ago

Awesome...thanks for the quick reply. Check that and getting ShippingServiceNotAvailable but going to do some more testing and see if the error code varies.

Thanks again.

stale[bot] commented 6 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.