POST
Add a variant.

Authorizations

X-Agent-Key
string
header
required

Service-account key, format sq_agt_*. Carries least-privilege scopes.

Headers

Idempotency-Key
string

Optional on the products domain API — absent, the request simply executes. When present, a replay with the same body returns the cached response and a different body returns 409. Send it on every write anyway.

Maximum string length: 200
X-Store-ID
string

Target store; required when the key is bound to multiple stores.

Path Parameters

product_id
string
required

Body

application/json
title
string
required
Example:

"30ml"

price
integer
default:0

Cents.

Required range: x >= 0
sku
string
option1
string
option2
string
option3
string
image_url
string<uri>
compare_at_price
integer

Cents.

Required range: x >= 0
inventory_quantity
integer
Required range: x >= 0

Response

Created

success
boolean
required
message
string
data
object
meta
object