Magento 1.5, numeric SKUs and productIdentifierType
问题 In Magento 1.5, accessing the catalogProductInfo API call from C# like this works with non-numeric SKUs: catalogProductRequestAttributes fetchattrib = new catalogProductRequestAttributes(); fetchattrib.attributes = new string[] { "name", "description", "and_so_on"}; fetchattrib.additional_attributes = new string[] { "custom_attribs_go_here"}; string storeView = null; string productIdentifierType = null; catalogProductReturnEntity ret = m_magentoClient.catalogProductInfo( sessionId, sku,