This endpoint retrieves all product features available in the system. Features represent product characteristics like size, color, material, etc.
| Header | Value | Description |
|---|---|---|
| Authorization | Basic Auth | Base64 encoded username:password combination |
The endpoint returns a list of all features with their details.
| Parameter | Type | Description |
|---|---|---|
| company_id | string | ID of the company |
| description | string | Name of the feature |
| feature_type | string | Type of the feature. Options include:
|
| purpose | string | Determines how the feature will be used:
|
| feature_style | string | Display style of the feature:
|
| filter_style | string | Filter display style:
|
| categories_path | string | Comma-separated category IDs |
| comparison | string | Y to display in the features tab or N to hide |
| display_on_catalog | string | Y to display in product listing or N to hide |
| display_on_product | string | Y to display in the features tab or N to hide |
| display_on_header | string | Y to display in the header or N to hide |
| feature_id | string | Feature ID (for Size, use ID 575) |
| full_description | string | Description |
| prefix | string | Table prefix |
| sufix | string | Table suffix |
| ec_size_feature | string | Y or N (for ID 575, use Y) |
| variants | array | If the feature has variations |