Skip to main content
GET
Error

Path Parameters

product_id
string
required

Product ID

app_slug
string
required

App slug

team_slug
string
required

Team slug

Query Parameters

per-page
integer

Amount of product variants per page. Minimum 0 and max 100 (default is 20)

page
integer

Page number (default is 1)

attributes
string[]

Filter by attributes. Format: template_key/value_key. e.g., color/red

warehouse_slugs
string[]

Filter by warehouse slugs. e.g., main-warehouse

store_group_slugs
string[]

Filter by store group slugs. e.g., retail-stores

market_slugs
string[]

Filter by market slugs. e.g., us-market

ids
string[]

Filter by variant ids

tag_keys
string[]

Filter by tag keys. e.g., color, size

category_ids
string[]

Filter by category IDs

collection_ids
string[]

Filter by collection IDs

status
string[]

Filter by status. Allowed values: active, draft, inactive, archived

sort_by
string

Sort by field: name, variant_number, created_at (default: name)

sort_order
string

Sort order: asc, desc (default: asc)

Response

Product variants

data
object[]
success
boolean
total
integer
total_pages
integer