Amazon Europe Web Services - Invalid Ids Presented -


i trying connect amazon web services europe. have opened account amazon europe , obtained , awsaccesskeyid , awssecretkey amazon europe. customer has sent on amazon europe credentials. wrong request?

request

post https://mws-eu.amazonservices.com/orders/2013-09-01 http/1.1 user-agent: cloudcartconnector/1 (language=c#; cli=4.0.30319.18444;  platform=win32nt/6.1.7601.65536; mwsclientversion=2014-09-30) content-type: application/x-www-form-urlencoded; charset=utf-8 host: mws-eu.amazonservices.com content-length: 359 expect: 100-continue connection: keep-alive  awsaccesskeyid=xx&action=listorders&lastupdatedafter=2015-03-31t20%3a31%3a38z&lastupdatedbefore=2015-03- 31t20%3a31%3a52z&marketplaceid.id.1=xx&sellerid=xx&signature=xx&signaturemethod=hmacsha256&signatureversion=2&timestamp=2015-03-31t20%3a36%3a52z&version=2013-09-01 

response

<?xml version="1.0"?> <errorresponse xmlns="https://mws.amazonservices.com/orders/2013-09-01">  <error> <type>sender</type> <code>invalidparametervalue</code> <message>invalid ids presented</message>  </error>  <requestid>7f89f886-b946-43d6-8bf5-bda9d03df186</requestid> </errorresponse> 

i got same problem, , @ last found out, because there "space" after merchant id or marketplace id, remove spaces before or after id, works :)


Comments

Popular posts from this blog

cakephp - simple blog with croogo -

How to group boxplot outliers in gnuplot -

bash - Performing variable substitution in a string -