Skip to main content
GET
List kits and bundles entity-wide

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.

Query Parameters

limit
integer
default:25
Required range: 1 <= x <= 100
cursor
string

Opaque base64 cursor from previous response next_cursor

product_type
enum<string>
Available options:
kit,
box
is_active
boolean
expand[]
enum<string>[]
Available options:
data.components,
data.variants,
data.category,
data.vendor

Response

List of kits

object
enum<string>
Available options:
list
data
object[]
has_more
boolean
next_cursor
string | null