Skip to main content
GET
/
products
/
attributes
[
  {
    "id": 123,
    "name": "<string>",
    "slug": "<string>",
    "type": "<string>",
    "order_by": "<string>",
    "has_archives": true,
    "links": {
      "self": [
        {
          "href": "<string>"
        }
      ],
      "collection": [
        {
          "href": "<string>"
        }
      ]
    }
  }
]

Query Parameters

context
enum<string>
default:view

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

Available options:
view,
embed

Response

List of product attributes.

id
integer

Unique identifier for the attribute.

name
string

Attribute name.

slug
string

Attribute slug.

type
string

Attribute type.

order_by
string

Attribute order by.

has_archives
boolean

Whether the attribute has archives.

I