Attribute Templates
List attribute templates
Retrieves all attribute templates for the current application including their field definitions and associated attributes. Supports pagination, filtering by resources, searching, and sorting.
GET
Error
Query Parameters
Filter on attribute templates for different type of resources
Search for attribute templates
Sort order. Should be one of ASC or DESC. Default DESC
The key to sort on. Can be one of created_at, name and type (Default is created_at)
Page number (default is 1)
Filter the result on template key
Amount of products per page. Minimum 0 and max 100 (default is 20)
Previous
Create attribute templateCreates a new attribute template that defines the structure and fields for attributes. Templates specify field types (image, text, boolean, number, color) and can be associated with resources like products, categories, or tags. Reserved field keys (key, name, description) cannot be used.
Next
Error