List components of a product (kit)
Product Components
Listar components of a produto (kit)
Returns all components of a KIT/MANUFACTURED product with keyset pagination. Uses deterministic ordering (created_at ASC, id ASC). Maximum 500 records per request.
GET
List components of a product (kit)
Returns all components of a KIT/MANUFACTURED produto with keyset pagination. Uses deterministic ordering (created_at ASC, id ASC). Maximum 500 records per request.
Parâmetros de Rota (Path)
UUID of the parent produto (kit)
Query Params / Filtros
Maximum number of components to return. Defaults to all (capped at 500). Use together with
cursor for keyset pagination.Opaque cursor token for keyset pagination. Pass the
nextCursor value from a previous response to fetch the next page. The cursor encodes (created_at, id) for deterministic ordering.Path Parameters
UUID of the parent product (kit)
Query Parameters
Maximum number of components to return. Defaults to all (capped at 500). Use together with cursor for keyset pagination.
Required range:
1 <= x <= 500Example:
100
Opaque cursor token for keyset pagination. Pass the nextCursor value from a previous response to fetch the next page. The cursor encodes (created_at, id) for deterministic ordering.
Example:
"eyJjcmVhdGVkQXQiOiIyMDI2LTAxLTAxIiwiaWQiOiJ1dWlkIn0="
Response
Paginated list of components