Skip to main content
GET
/
products
/
attributes
/
{attribute_id}
/
terms
/
{id}
{
  "id": 123,
  "name": "<string>",
  "slug": "<string>",
  "description": "<string>",
  "count": 123,
  "links": {
    "self": [
      {
        "href": "<string>"
      }
    ],
    "collection": [
      {
        "href": "<string>"
      }
    ],
    "up": [
      {
        "href": "<string>"
      }
    ]
  }
}

Path Parameters

attribute_id
integer
required

Unique identifier for the attribute of the terms.

id
integer
required

Unique identifier for the attribute term.

Query Parameters

context
enum<string>
default:view

Scope under which the request is made; determines fields present in response.

Available options:
view,
embed

Response

Product attribute term data.

id
integer

Unique identifier for the attribute term.

name
string

Attribute term name.

slug
string

Attribute term slug.

description
string

Attribute term description.

count
integer

Number of products with the attribute term.

I