November 2024 M T W T F S S 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30
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 faultCode 620, magento basic api
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 magento, magento basic api, resources
Comments Off on Magento API – resources method