Update product category
Updates an existing product category by identifier.
PUT
/api/products/categories/{id}Updates an existing product category by identifier.
Path Parameters
id*string
Resource identifier.
Example
"cat_123"Request Body
application/json
Request payload for Update product category.
name?|
Human-readable name.
handle?|
Stable handle used in routes and lookups.
parentId?||
Updated parent category identifier, or null to make it top-level.
externalId?||
Updated external system identifier for the category.
metadata?|
Updated metadata stored with the category.
[key: string]?never
Response Body
application/json
application/json
application/json
application/json
application/json
application/json
application/json
application/json
application/json