Skip to main content
GET
/
api
/
v1
/
{team_slug}
/
apps
/
{app_slug}
/
products
/
{product_id}
/
variant-groups
/
templates
Error
A valid request URL is required to generate request examples
{
  "data": [
    {
      "attribute_template_id": "<string>",
      "created_at": "<string>",
      "id": "<string>",
      "order": 123,
      "template_key": "<string>",
      "template_name": "<string>",
      "updated_at": "<string>"
    }
  ],
  "details": [
    "<string>"
  ],
  "success": true
}

Path Parameters

team_slug
string
required

Team slug

app_slug
string
required

App slug

product_id
string
required

Product ID

Response

Variant templates

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