c# - Fill a datatable with products from the magento SOAP api -
i working on stock update application magento website. have api installed , works correctly. want fill datatable product sku's website. log in code:
string mlogin = mservice.login("user", "pasword"); label1.text = convert.tostring(mlogin);
thanks.
Comments
Post a Comment