2 getProductDetails
Marija Liscova edited this page 2021-11-02 16:43:11 +02:00

URL: /products/details/<product_id>
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_name
  • product_type - type of certificate validation
  • product_id
  • product_brand
  • product_description
  • product_agreement - product User Agreement
  • product_organization - is organization validation required
  • product_wildcard - wildcard common name supported
  • product_unlimited_servers
  • product_is_multidomain - are multiple domains supported
  • product_multidomains_included - count of SANs included
  • product_single_san_included - count of Single SANs included
  • product_wildcard_san_included - count of Wildcard SANs included
  • product_multidomains_maximum - max. allowed SAN count
  • product_san_wildcard - Wildcard SANs supported
  • 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
    • id
  • product_san_prices - the array for Single SAN prices (only for product_is_multidomain products)
    • period
    • price
    • id
  • product_wildcard_san_prices - the array for Wildcard SAN prices (only for product_san_wildcard products)
    • period
    • price
    • id
  • success - success value (true)