Skip to main content
POST
Create a product variant (entity-wide endpoint)

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.

Body

application/json
product_id
string<uuid>
required
sku
string
required
barcode
string
variant_title
string
option1
string
option2
string
option3
string
price
number
cost
number
weight
number
weight_unit
enum<string>
Available options:
lb,
oz,
kg,
g
is_active
boolean
default:true
metadata
object

Response

Variant created

product_variant row