list_attribute_terms
Retrieve all term values for a product attribute, e.g., sizes or weights. Narrow results with pagination and field selection.
Instructions
List values (terms) for a product attribute, e.g. '500g', '1kg' for Weight. Use fields param to request only needed fields.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number | |
| fields | No | Comma-separated fields to return (default: id,name,slug,count) | |
| per_page | No | Items per page (max 100) | |
| attribute_id | Yes | Parent attribute ID |