priceBreakdown = pricebaseCertPrice = 1st SAN/wSAN price.commonSANPrice = Total SAN price.wildcardSANPrice = Total Wildcard SAN price.bundle not empty if it is a Multi Domain Certificate Product.wildcard is true for a Wildcard CN Product.allowSan & allowWSan hints for a SAN supported product.curl --location --request GET 'https://oteapi.webnic.cc/ssl/v2/products/pricing?productKey=ssl123&term=1&commonSAN=2&wildcardSAN=1' \
--header 'Authorization: Bearer <token>'{
"code": "1000",
"message": "Command completed successfully.",
"data": {
"price": 50.0,
"currency": "USD",
"term": 1,
"termType": "year",
"priceBreakdown": {
"baseCertPrice": 10.0,
"commonSANPrice": 20.0,
"wildcardSANPrice": 20.0
}
}
}