Hi I can’t find anywhere how to get a list of product by category id in Magento API. I am using Ruby XMLRPC library. When i call product.list, I get all my products, each one of them is like this: {“product_id”=>”165″, “sku”=>”mycomputer”, “name”=>”My Computer”, “set”=>”39″, “type”=>”bundle”, “category_ids”=>["27"]}, {“product_id”=>”166″, “sku”=>”HTC Touch Diamond”, “name”=>”HTC Touch Diamond”, “set”=>”38″, [...]
Archive: call
Posts Tagged ‘call’
I am working for a client who is trying to use a program call ACCTivate to manage their Magento store inventory, as well as handle purchase orders. The problem that I am having is that the setup is not working as expected and ACCTivate has literally no documentation on how to set this up, and [...]
I have a little problem with my PHP script. This one use the Magento API and try to create a media for a product. $imageData = array( ‘file’ => array( ‘name’ => ‘myimage.jpg’, ‘content’ => base64_encode(file_get_contents($product_image_url)), ‘mime’ => ‘image/jpeg’ ), ‘label’ => ‘Product Image #4′, ‘position’ => 1, ‘types’ => array(‘small_image’,'image’,'thumbnail’), //’types’ => array(‘image’), ‘exclude’ [...]
I’m trying to display products in my store through a third party application using Magento’s web services API. When I query image data for an item using “catalog_product_attribute_media.list”, I get something like this: Array ( [0] => Array ( [file] => /a/k/akio-dresser.jpg [label] => [position] => 1 [exclude] => 1 [url] => http://example.com/magento/media/catalog/product/a/k/akio-dresser.jpg [types] => [...]
i used the below code to get products details from a magento store from my localhost $proxy = new SoapClient(‘http://domain.com/magento/index.php/api/soap/?wsdl’); $sessionId = $proxy->login(‘username’, ‘apikey’); $filters = array( ‘sku’ => array(‘like’=>’test%’) ); $products = $proxy->call($sessionId, ‘product.list’, array($filters)); var_dump($products); it works in my localhost machine but not in server. but soap configuration is enabled in server. Below [...]
My goal is to get all attributes listed in Catalog -> Attributes -> Manage Attributes Admin Panel section using SOAP API call. When I am calling stub.catalogCategoryAttributeList(sessionId) Note: Java, Apache Axis used to make this call. In php it’s related to this call – http://www.magentocommerce.com/wiki/doc/webservices-api/api/catalog_category_attribute#catalog_category_attribute.list I am getting a limited set of attributes for some [...]
Magento call for pricing and product listing help by toprank: Need help with the display of our items with zero pr… http://bit.ly/aVtvZ7 Magento call for pricing and product listing help by toprank: Need help with the display of our items with zero pr… http://bit.ly/aVtvZ7 Possibly Related Posts: RT @Lluis_Serra: @hholiva #magento es una muy buena [...]
Magento call for pricing and product listing help by toprank: Need help with the display of our items with zero pr… http://bit.ly/ayk12q Magento call for pricing and product listing help by toprank: Need help with the display of our items with zero pr… http://bit.ly/ayk12q Possibly Related Posts: RT @Lluis_Serra: @hholiva #magento es una muy buena [...]