Skip to main content
GET
/
api
/
v1
/
{app_id}
/
attributes
/
{attribute_id}
Error
A valid request URL is required to generate request examples
{
  "description": "<string>",
  "id": "<string>",
  "key": "<string>",
  "name": "<string>",
  "template_key": "<string>",
  "translations": {
    "description": {},
    "name": {}
  },
  "values": {}
}

Path Parameters

app_id
string
required

Application ID

attribute_id
string
required

Attribute ID

Response

The requested attribute

Attribute represents a product attribute with its complete information.

description
string
id
string
key
string
name
string
template_key
string
translations
object

AttributeTranslations contains translations for attribute names and descriptions.

values
object