API down?
I've been trying to use the API all down and I'm getting various errors...
- Timeouts
- 404s on image urls returned on createProduct response
- 500 errors
Also the create product functionality doesn't seem to work on the site at the moment, files just fail to upload..
Are there some issues at the moment?
Thanks!
- Timeouts
- 404s on image urls returned on createProduct response
- 500 errors
Also the create product functionality doesn't seem to work on the site at the moment, files just fail to upload..
Are there some issues at the moment?
Thanks!
Also getting responses like:
<response>
<success>
<orderID></orderID>
<price></price>
<priceShipping></priceShipping>
<tax></tax>
</success>
</response>
doesn't look like a <success> response to me ;)
<response>
<success>
<orderID></orderID>
<price></price>
<priceShipping></priceShipping>
<tax></tax>
</success>
</response>
doesn't look like a <success> response to me ;)
Hi Joel,
The url's are case sensitive, so make sure you are using "CreateProduct" and not "createProduct".
As for the failure of the success message, i'll look into the logs once we are back in the office and see what happened there.
Thanks,
Andrew
The url's are case sensitive, so make sure you are using "CreateProduct" and not "createProduct".
As for the failure of the success message, i'll look into the logs once we are back in the office and see what happened there.
Thanks,
Andrew
Oh also to follow this up, The problem I was having with this was I was wrapping the order request with <Orders> which of course wasn't in the spec. Problem solved!
QUOTE:
Oh also to follow this up, The problem I was having with this was I was wrapping the order request with <Orders> which of course wasn't in the spec. Problem solved!
Excellent! Although I should be filtering that out. Thanks for letting me know.
You must be logged in to reply.