Skip to main content
GET
/
products
/
{productId}
/
components
List components of a product (kit)
curl --request GET \
  --url https://api.example.com/products/{productId}/components
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)

productId
string
required
UUID of the parent produto (kit)

Query Params / Filtros

limit
number
Maximum number of components to return. Defaults to all (capped at 500). Use together with cursor for keyset pagination.
cursor
string
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

productId
string
required

UUID of the parent product (kit)

Query Parameters

limit
number
default:500

Maximum number of components to return. Defaults to all (capped at 500). Use together with cursor for keyset pagination.

Required range: 1 <= x <= 500
Example:

100

cursor
string

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