post
/{tenantId}/v1/products/resolve-priceResolve product price
Requires Authentication
Products
Returns the price for a product based on tenant configuration
Path Parameters
| Name | Type | Description |
|---|---|---|
tenantIdrequired | string (uuid) | Tenant UUID |
Request Body
required
productCodestring
required
productFeatureCodestring
- Optional feature code to include in the priceResponses
Product price
Response Bodyapplication/json
priceinteger (int32)
- Resolved price in creditsCode Examples
curl -X POST 'https://api-next.checkio.co.uk/{tenantId}/v1/products/resolve-price' \
-H 'Authorization: Bearer {token}' \
-H 'Content-Type: application/json' \
-d '{
"productCode": "string",
"productFeatureCode": "string"
}'