Wednesday, 15 June 2011

amazon - Getting error while creating order? -



amazon - Getting error while creating order? -

i using php library osc. while creating order used credentials check through scratchpad https://mws.amazonservices.com/scratchpad/index.html next request parameters.

request details post mws.amazonservices.com /fulfillmentoutboundshipment/2010-10-01 awsaccesskeyid=xxxxx&action=createfulfillmentorder&destinationaddress.city=bayonne& destinationaddress.countrycode=us&destinationaddress.line1=test%20suite%20101& destinationaddress.name=test&destinationaddress.phonenumber=1234567890&destinationaddress.postalcode=07002&destinationaddress.stateorprovincecode=new%20jersey&displayableordercomment=test&displayableorderdatetime=2014-10-26t18%3a30%3a00z&displayableorderid=1&items.member.1.displayablecomment=xxxxxx&items.member.1.perunitdeclaredvalue.currencycode=usd&items.member.1.perunitdeclaredvalue.value=1&items.member.1.quantity=1&items.member.1.sellerfulfillmentorderitemid=1&items.member.1.sellersku=xxxxxx&sellerfulfillmentorderid=1&sellerid=xxxxxxx&shippingspeedcategory=standard&signaturemethod=hmacsha256&signatureversion=2&timestamp=2014-10-27t06%3a16%3a25z&version=2010-10-01 response <errorresponse xmlns="http://mws.amazonaws.com/fulfillmentoutboundshipment/2010-10-01/"> <error> <type>sender</type> <code>invalidrequestexception</code> <message>seller not registered basic fulfillment.</message> </error> <requestid>7ab9f920-6644-4f90-a568-62f7aa4e2a87</requestid> </errorresponse>

can please allow me know doing wrong? have set taxation info correctly.

thanks

we using php library integrate wordpress (woocommerce) , fba

that error response means:

you have not registered fba amazon seller business relationship and/or you have not registered mws ( can here: https://developer.amazonservices.com/gp/mws/registration/register.html ) and/or there typo in awsaccesskeyid or sellerid or forgot include awssecretaccesskey in request.

if sellerid in request correct, might not have fba service active on seller account.

amazon mws fulfillment

No comments:

Post a Comment