PUT
/
catalog
/
products
/
{id}
/
variants
/
{variant-id}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

product id

variant-id
string
required

variant id

Body

application/json
active
boolean
associated_options
object
description
string
images
object[]
metadata
object[]
name
string

variant name

packaging
object
pricing
object[]
promotions
object[]
sales_channels
object[]
seo
object
shipping
object
short_description
string
sku
string

variant sku

stock_available
boolean
subscriptions
object[]

Response

200 - application/json
content
object
message
string
success
boolean