Product Attributes
List Product Attributes
Retrieve a paginated list of global product attributes.
GET
Returns global attribute definitions (product-scoped attributes are excluded) with their values and category assignments.
Query parameters
The maximum number of attributes to return.
The number of attributes to skip before returning results.
The field to sort by, e.g.
rank or -created_at.Comma-separated fields to include in the response. Prefix with
+/- to add to or remove from the defaults.Search term matched against attribute fields.
Filter by attribute ID(s).
Filter by attribute handle(s).
Filter by type. Values:
single_select, multi_select, unit, toggle, text.Filter by whether the attribute is required.
Filter by whether the attribute drives variant combinations.
Filter by whether the attribute is filterable.
Filter by whether the attribute is active.
Filter by assigned category ID(s).
Filter by creation date using operators like
$gt, $lt, $gte, $lte.Filter by update date using operators like
$gt, $lt, $gte, $lte.Join multiple filter objects with a logical AND.
Join multiple filter objects with a logical OR.
Response
Total number of matching attributes.
Number of skipped attributes.
Maximum number of returned attributes.