I am creating a RequestReport in a PHP script.
I seem to be stuck in a problem for $ serviceUrl - which gives me a good moth
"Caught Exception: ServiceUrl configuration value is missing. Get a list of valid MWS URLs by contacting the MWS Developers Guide or by viewing a sample code published next to this library. Response status code: -1 Error code: InvalidServiceUrl Error type: Request Id: XML: ResponseHeaderMetadata: "
Am I using the correct URL below? $ serviceUrl = " http://mws.amazonaws.com ";
I have this several times and I have seen one thing: $ serviceUrl = " http://mws.amazonaws.com/Orders/10-01-2011 ";
Maybe I'm using it the wrong way ... but still not.
This works in MWS Scratchpad, but cannot use the correct endpoint for my script.
source share