Get Product Price
Service URL: https://api.cheapsslshop.com/api/Order/GetProductPrice
This method allows partner to get product related details like Product name, price, addition domain, price and Year.
Request Parameters for “ProductPriceRequest”
| Field Name | Description | Type | Required |
|---|---|---|---|
| LoginEmail | CheapSSLShop login Email | String (Max Length : 200) | Yes |
| ApiKey | ApiKey | String (Max Length : 100) | Yes |
| ProductID | Product Code. Refer section “Product Table” |
Integer | Yes |
| Year | Year of the product. Refer section “Product Table” |
Integer | Yes |
Response Parameters for “ProductPriceResponse”
| Field Name | Description | Type |
|---|---|---|
| ProductName | Name of the product | String |
| Year | Year of the product | Integer |
| Price | Price of the product | Decimal |
| ExtraSANPrice | Additional domain Price. If product allows ExtraSAN (Additional Domain) | Decimal |
| ExtraWildcardSANPrice | Additional domain Price. If product allows ExtraSANWildCard (Additional Domain) | Decimal |
| APIError | ||
| .. ErrorNumber | Error Number. Refer section “Error Description”. | Integer |
| .. ErrorField | Error Field | String |
| .. ErrorMessage | Description of errors | String |
| StatusCode | Status Code of Response i.e 0 = Method is executed successfully. -1 = There is an Error in Response. |
Integer |