Tag Archives: magento basic api

Things to remember when calling API methods

It’s been frustrating hour, I’ve been sitting and trying to figure it out why my call to sales_order.list doesn’t work, I thought “it can’t be” everything is fine (looks like) but it returns faultCode=620 faultMessage=”Method “sales_order.list” does not exist”

Posted in magento, xml-rpc | Tagged , | Comments Off on Things to remember when calling API methods

Magento API – resources method

Still didn’t gave up on this, following is the update on my progress. I have created in magento 3 types of roles, admin, read only and customer. I wanted to check what is the difference from the API point of … Continue reading

Posted in magento, xml-rpc | Tagged , , | Comments Off on Magento API – resources method