Good afternoon, I have a problem accessing the apento page of magento 1.9
I've tried it anyway
/index.php/api/rest/
/api/rest/
And everyone returns 404, can anyone help?
Att;
Good afternoon, I have a problem accessing the apento page of magento 1.9
I've tried it anyway
/index.php/api/rest/
/api/rest/
And everyone returns 404, can anyone help?
Att;
According to documentation
You can load WSDL in the SOAP client through the links: "/ api /? wsdl"; "/ soap /? wsdl"; and from the version "/ api / v2_soap? wsdl = 1"
If you want to use ML-RPC the link to load in the XML-RPC client is "/ api / xmlrpc /"
To use reset api the link is "/ api / rest / "... example" api / rest / customers "(list of customers)
I got it, it was my .htaccess that was different from the default, I took one of the magento default and threw it worked.
Thank you