z900collector Posted June 22, 2017 Share Posted June 22, 2017 G'Day all, Ultimately I am trying to generate a domain renewal invoice for a single domain via the API for clients who don't have auto-renew and a payment method on file (thats about 2000+ domains). In experimenting with the API calls, I am trying to use the API call AddOrder and I think I need to add the product ID for a domain renewal as the API call is generating an error (as shown below) ( [result] => error [message] => No items added to cart so order cannot proceed ) ..... in order to produce an order and hence trigger a domain renewal when its ultimately paid. The issue I have is I can't find a product of that type in Setup->Product & Services. Where does the PID value come from for a domain renewal? Sid 0 Quote Link to comment Share on other sites More sharing options...
z900collector Posted June 22, 2017 Author Share Posted June 22, 2017 OMG Solved! - needed to add another field 'domainrenewas'=>array($domainname=>$regperiod) 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.