Hi All,
I am developing a C# Program which will Extract data from Magento and Load data to Magento all are working fine except the below below problem.
Need to fetch all the customer address information in a single call. The current method customerAddressList is fetching only based on a customer ID. but i want all the customer address needs to be fetched. is there any way to do this?
Due to the above issues the fetching takes long time to complete.
I am using Magento SOAP API V2 with C#.
Application Details: Megneto Community Edition V1.8.1.0 ( Visual Studio 2010-C# (Using Magento SOAP API v2) Any help will be highly appreciated.
Thanks in Advance.
Thanks and Regards
Venkatesan.R