lineofflight / peddler

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

Need a bit of help with the address format in create_inbound_shipment_plan #52

Closed Trimakas closed 8 years ago

Trimakas commented 8 years ago

I've been trying with different versions of this hash, but can't get it to work!!! Any help is MUCH appreciated..

ship_from_address = { "Name" => "Company name", "AddressLine1" => "929 Whatever Dr.", "City" => "My Town", "StateOrProvinceCode" => "YY", "PostalCode" => "12345" }

I know the client is setup correctly, I can request other more simple info from the API.. just my address format is somehow wrong I think!!

hakanensari commented 8 years ago

StackOverflow is a better place to troubleshoot implementation issues.

Here, you may be missing a required element in Address, for instance.