dw_product_category_save
Create or update a DynamicWeb product category to group attribute fields. Set isNew to true for creation, false for updates.
Instructions
Create or update a DynamicWeb product category (group of attribute fields). Set isNew: true to create, false to update an existing one. Category fields are added separately via dw_product_field_save with this category's id.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | PascalCase identifier, e.g. 'TechSpecs'. Used as CategoryId on fields. | |
| name | Yes | Human-readable name shown in DW Admin | |
| categoryType | No | 'categoryFields' (default) for product category fields | categoryFields |
| isNew | No |