Skip to main content
PUT
Error

Path Parameters

variant_id
string
required

Variant ID

app_slug
string
required

App slug

team_slug
string
required

Team slug

Body

application/json

Price data including market, store group, and pricing details

market_slug
string
required
status
enum<string>
required
Available options:
active,
inactive,
draft
store_group_slug
string
required
amount_cents_with_tax
integer
Required range: x >= 0
dont_update_price_if_on_sale
boolean

Used to prevent overwriting price if on_sale.

on_sale
boolean
reference_price_with_tax
integer
Required range: x >= 0
sale_end_timestamp
string
sale_price_with_tax
integer
Required range: x >= 0
sale_start_timestamp
string

Response

Created or updated price with store group and market details

data
object
details
string[]

Additional contextual information about the response. Used to provide supplementary details beyond the main data payload, such as validation warnings or processing notes

success
boolean