Skip to main content
GET
/
products
/
attributes
/
{attribute_id}
/
terms
/
{id}
{
  "id": 123,
  "name": "<string>",
  "slug": "<string>",
  "description": "<string>",
  "menu_order": 123,
  "count": 123
}

Path Parameters

attribute_id
integer
required

Unique identifier for the attribute.

id
integer
required

Unique identifier for the attribute term.

Response

Product attribute term retrieved successfully.

id
integer

Unique identifier for the resource.

name
string

Term name.

slug
string

An alphanumeric identifier for the resource unique to its type.

description
string

HTML description of the resource.

menu_order
integer

Menu order, used to custom sort the resource.

count
integer

Number of published products for the resource.

I