magento-client icon indicating copy to clipboard operation
magento-client copied to clipboard

Magento API Client (SOAP v1). Allows wrappers for each call, dependencies injections and code completion.

Results 6 magento-client issues
Sort by recently updated
recently updated
newest added

I've seen that there's a getInfo() method which has the following parameters: `productId, $storeView = null, $attributes = null, $identifierType = null` ```php $sku = 'some-sku'; $productId = Mage::getModel('catalog/product')->getIdBySku($sku); if($productId){...

Hello Guys, When I make a call to the CatalogCategoryTree I get a 502 Bad Gateway error see [Screenshot](https://gyazo.com/3f15175a96b1138adf714e27588d04fc) I have already replace the API and API2 files to check...

Hello , i want to use magento-client with magento version 1.4.2.0 this error message appeas "SoapFault in RemoteAdapter.php line 213: Invalid api path." how can i fix that i tried...

I'm using the library to connect in my shop Magento. I make a call to see all products and their information, but when you get a particular product happens the...

I 'll try to write some, it would further increase the robustness of the lib.