diff --git a/getProductDetails.md b/getProductDetails.md new file mode 100644 index 0000000..e8f6864 --- /dev/null +++ b/getProductDetails.md @@ -0,0 +1,24 @@ +URL: /products/details/
+Request type: GET + +### Overview +The getProductDetails return single product details and price in the default account currency + +### Request parameters +* product_id - unique product ID + +### Response +* product_id - product ID +* product_name - product name +* product_description - product description +* product_agreement - product User Agreement +* product_organization – is organization validation required +* product_wildcard – wildcard domains supported or not +* product_unlimited_servers +* product_is_multidomain – are multiple domains supported +* product_multidomains_included – count of SANs included +* product_multidomains_maximum – max. allowed SAN count +* product_prices - the array of product prices + * period - product validity period in months (12,24,36,48,60) + * price - product partner price in default account currency +* success - success value (true) \ No newline at end of file