Retrieve attribute descriptions with filtering and pagination
GET/v2/attribute-descriptions
Retrieve a comprehensive list of attribute descriptions with flexible filtering and pagination capabilities.
This endpoint provides access to attribute description templates that define the structure and behavior of attributes across the system. Each description includes:
- Localized names and descriptions
- Attribute type and validation rules
- Default values and configuration
- Visibility and access control settings
Results can be filtered by attribute class to focus on specific entity types, making it easy to discover available attributes for products, categories, or other entities. Comprehensive pagination support handles large datasets efficiently.
Perfect for building attribute management interfaces, generating forms, or understanding available attribute options for different entity types.
Request
Responses
- 200
- 400
- 401
- 500
Successfully retrieved attribute descriptions
Invalid request parameters or validation errors
Authentication required - Invalid or missing OAuth2 token
Internal server error occurred while retrieving attribute descriptions