Page:
getProductDetails
Pages
API Methods
API Navigation
Auth
Automatic rules
Comodo Unique Value
ConfirmLEIDataQuality
CreateNewLEI
Home
Order Auto Cancellation
Resend
Revalidate
addSSLOrder
addSSLRenewOrder
addSSLSANOrder
cancelSSLOrder
changeValidationEmail
changeValidationMethod
decodeCSR
generateCSR
getAccountBalance
getAllInvoices
getAllProductPrices
getAllProducts
getAllSSLOrders
getDomainAlternative
getDomainEmails
getDomainEmailsForGeotrust
getLEIJurisdictions
getLJurisdictions
getLeiStatus
getOrderInvoice
getOrderStatus
getOrdersStatus
getProductDetails
getProductPrice
getUnpaidOrders
getUserAgreement
getWebServers
leiLookup
reissueSSLOrder
resendValidationEmail
2
getProductDetails
Marija Liscova edited this page 2021-11-02 16:43:11 +02:00
Table of Contents
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)
API Navigation
API Methods
- "auth"
- "addSSLOrder"
- "addSSLRenewOrder"
- "addSSLSANOrder"
- "cancelSSLOrder"
- "changeValidationEmail"
- "changeValidationMethod"
- "decodeCSR"
- "validateCSR"
- "getOrderStatus"
- "getOrderInvoice"
- "getUnpaidOrders"
- "getAccountBalance"
- "getAllInvoices"
- "getAllProducts"
- "getAllProductPrices"
- "getAllSSLOrders"
- "getDomainAlternative"
- "getDomainEmails"
- "getDomainEmailsForGeotrust"
- "getProductDetails"
- "getProductPrice"
- "getUserAgreement"
- "getWebservers"
- "generateCSR"
- "reissueSSLOrder"
- "revalidate"
- "resendValidationEmail"
- "CreateNewLEI"
- "getLEIJurisdictions"
- "getLeiStatus"
- "ConfirmLEIDataQuality"
- "getAllSSLOrders"
- "leiLookup"
API Features
Other
Postman Collection
GOGETSSL API WIKI