oderland-david Posted October 29, 2010 Share Posted October 29, 2010 Hi, Does anyone know how to add more than one product / domain through the API? Is it possible or does one need to write a new API function for that? (and hopefully not mess up the db) I know that the cart is doing it without issues but I'd rather not use the cart at all as an exit point. Suggestions anyone? 0 Quote Link to comment Share on other sites More sharing options...
downunder Posted November 5, 2010 Share Posted November 5, 2010 From WHMCS Staff, eg: $postfields["domain[0]"] = "domain.com"; $postfields["domain[1]"] = "domain1.com"; $postfields["domaintype[0]"] = "register"; $postfields["domain[1]"] = "register"; 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.