CategoryUpdateRequest
Request body for updating a category's mutable fields.
namestringrequired
Display name of the category.
Possible values: <= 255 characters
Example:
Footweardescriptionstring
Free-text description. Omitting resets it to an empty string (PUT semantics).
Possible values: <= 5000 characters
Default value:
Example:
All footwear productsCategoryUpdateRequest
{
"name": "Footwear",
"description": "All footwear products"
}