Get Products

getproducts

Purpose

This command can be used to retrieve product and domain details.

Attributes

Optional Attributes

  • pid - can be used to just retrieve the details of a specific product ID
  • gid - can be passed to just retrieve products in a specific group

Example Command

$postfields = array();
$postfields["responsetype"] = "json";

$postfields["action"] = "getproducts";

$result = mikrovps_SendCommand( $postfields );

Successful Response

Array

  • 1 Users Found This Useful
Was this answer helpful?

Related Articles

Get Orders

getorders Purpose This command is used to generate a list of orders Attributes Optional...

Cancel Order

cancelorder Purpose This command is used to cancel a pending order in the system. Attributes...

Get TLDs

gettlds Purpose This command can be used to retrieve available TLDs and prices. Optional...

Add Order

addorder Purpose This command is used to add a new order to the system. Attributes clientid...