Access Products/Category/Attribute Info from php with Magento API
- by Jason
Need to be able to pull Magento products into an external template. Need to be able to get all products data (description, title, attributes, categories, image, etc).
And need to be able to filter by category, attribute and also search on name.
These calls will be made from the same server that the Magento install is on. What's the best way to…