I am trying to fetch via Magento API with SOAP v2 service through WSDL in midomain.com/index.php/api/v2_soap/?wsdl but I don't know the exact operation to fetch the data
I am trying to get "Featured Products" with catalogProductGetSpecialPrice that it is wrong
Edit: I am trying too thinking as featured products are only a product attibute, I can search all the products with attribute "featured_product", so using the attribute_id for the feature_product it could be fetched via product_attribute.list operation