create_attribute_term
Add a new term to a product attribute, such as a weight or size option. Specify the attribute ID and term name to create the value.
Instructions
Add a new value to a product attribute (e.g. add '2kg' to Weight). Use batch_update_attribute_terms for multiple values at once.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Term name (e.g. '500g', '1kg', '5kg') | |
| slug | No | Term slug | |
| fields | No | Comma-separated fields to return in response | |
| attribute_id | Yes | Parent attribute ID |