I'm making right now a CSV import script using the WHMCS API:
Currently is working ok for the addclient Function and i will continue with the addorder function for domains and hostings.
But 'm having a problem, the csv have the hosting plans with names not with product ids like the api function needs, it would not be a problem with a GetProducts function in the API but it doesnt exist.
Any way to get the product id by name something like:
getProductDetails($product_name);
Regards
http://www.imaginacolombia.com

Reply With Quote