get
/{tenantId}/v1/products/component-groups/{groupId}/itemsList component group items
Requires Authentication
Products
Returns all component items for a group that the tenant has access to.
Prices reflect any tenant-specific overrides.
Path Parameters
| Name | Type | Description |
|---|---|---|
tenantIdrequired | string (uuid) | Tenant UUID |
groupIdrequired | string (uuid) | Component group UUID |
Responses
List of accessible component items
Response Bodyapplication/json
array
AccessibleComponentItem[]AccessibleComponentItem
idstring (uuid)
codestring
namestring
priceinteger (int64)
- Effective price in credits (tenant override or default), null if no price setisPriceOverrideboolean
- Whether the price is a tenant-specific overridetierPricesarray
ComponentItemTierPrice[]Code Examples
curl -X GET 'https://api-next.checkio.co.uk/{tenantId}/v1/products/component-groups/{groupId}/items' \
-H 'Authorization: Bearer {token}'