get
/{tenantId}/v1/products/component-groups/{groupId}/tiered-pricing-matrixGet 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
| Name | Type | Description |
|---|---|---|
tenantIdrequired | string (uuid) | Tenant UUID |
groupIdrequired | string (uuid) | Component group UUID (must be tiered mode) |
Responses
Tiered pricing matrix
Response Bodyapplication/json
groupIdstring (uuid)
groupCodestring
groupNamestring
itemsarray
TieredPricingMatrixItem[]TieredPricingMatrixItem
scenariosarray
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}'