Skip to main content
POST
Add a component to a kit/box product

Authorizations

Authorization
string
header
required

API key issued per entity via Settings > Developers > API Keys. Each key carries scopes (e.g. orders:read, products:write). Bearer token format: Authorization: Bearer ark_live_ent_ Test keys use ark_test_ent_. Both are issued per entity via Settings > Developers > API Keys.

Headers

Idempotency-Key
string

Client-generated unique key for idempotent POST/PATCH/DELETE operations. Alias for the Idempotency parameter. Max 255 chars. On retry with the same key, the original response is returned without re-executing the operation. Keys expire after 24 hours.

Maximum string length: 255

Path Parameters

id
string<uuid>
required

Body

application/json
component_product_id
string<uuid>
required
quantity_per_kit
number
required
Required range: x >= 0
sort_order
integer
default:0

Display order of the component within the kit.

notes
string | null
external_source
string | null

Source-system tag for historical migration (e.g. 'bubble_io', 'versa_cloud').

external_id
string | null

Source-system row id, persisted for batch traceability.

migration_batch_id
string<uuid> | null

Optional migration-wave identifier, persisted on the row.

imported_at
string<date-time> | null

Source record timestamp; preserve the origin system's created_at for audit fidelity.

Response

Component added

The response is of type object.