I am developing an integration with Magento api 1.9.1.0 and I need get associated products (SKUs) for one configurable product but can’t get when this is a configurable product.
I am using the “catalogProductLinkList” ( link ) operation from web service but that doesn’t support configurable product, with grouped product work fine.
If I create one product of types: related, up_sell, cross_sell, grouped (catalogProductLinkTypes operation) work fine but for a configurable product with an associate, SKU doesn’t work.
How can I solve this problem?