Checkio API
get/{tenantId}/v1/products/component-groups/{groupId}/tiered-pricing-matrix

Get tiered pricing matrix

Requires Authentication
Products

Returns the full tiered pricing matrix for a component group that uses tiered pricing mode.

Items are ranked by tier-1 price descending, and scenarios show the total price for each

possible item count (1..N), applying tiered pricing rules. Tenant overrides are reflected.

Path Parameters

NameTypeDescription
tenantId
required
string (uuid)Tenant UUID
groupId
required
string (uuid)Component group UUID (must be tiered mode)

Responses

Tiered pricing matrix

Response Bodyapplication/json
groupId
string (uuid)
groupCode
string
groupName
string
items
array
TieredPricingMatrixItem[]
TieredPricingMatrixItem
scenarios
array
TieredPricingScenario[]
TieredPricingScenario

Code Examples

curl -X GET 'https://api-next.checkio.co.uk/{tenantId}/v1/products/component-groups/{groupId}/tiered-pricing-matrix' \
  -H 'Authorization: Bearer {token}'