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 أعضاء وجدوا هذه المقالة مفيدة
هل كانت المقالة مفيدة ؟

مقالات مشابهة

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...