Update Category
PUT/api/categories/:category
Update an existing product category. Attribute groups and attributes are synced (replaced entirely if provided).
Authentication: Requires Bearer token.
Request body fields:
name(optional) — category name; must be unique within the same parentparent_id(optional) — parent category IDattribute_groups(optional) — array of attribute group IDs to syncattributes(optional) — array of attribute IDs to sync
Request
Responses
- 200
Successful response