{
"attributes": [
{
"id": "<string>",
"name": "<string>",
"description": "<string>",
"handle": "<string>",
"is_filterable": true,
"ui_component": "select",
"metadata": {},
"possible_values": [
{
"id": "<string>",
"value": "<string>",
"rank": 123,
"metadata": {},
"created_at": "2023-11-07T05:31:56Z"
}
],
"values": [
{
"id": "<string>",
"value": "<string>"
}
],
"product_categories": [
{
"id": "<string>",
"name": "<string>"
}
],
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z",
"deleted_at": "2023-11-07T05:31:56Z"
}
]
}
Retrieves all attributes that can be applied to a specific product, including global attributes and category-specific attributes.
{
"attributes": [
{
"id": "<string>",
"name": "<string>",
"description": "<string>",
"handle": "<string>",
"is_filterable": true,
"ui_component": "select",
"metadata": {},
"possible_values": [
{
"id": "<string>",
"value": "<string>",
"rank": 123,
"metadata": {},
"created_at": "2023-11-07T05:31:56Z"
}
],
"values": [
{
"id": "<string>",
"value": "<string>"
}
],
"product_categories": [
{
"id": "<string>",
"name": "<string>"
}
],
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z",
"deleted_at": "2023-11-07T05:31:56Z"
}
]
}
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
The ID of the product to get applicable attributes for.
Comma-separated fields to include in the response.
OK
The response is of type object
.