Skip to main content

CategoryUpdateRequest

Request body for updating a category's mutable fields.

namestringrequired

Display name of the category.

Possible values: <= 255 characters

Example: Footwear
descriptionstring

Free-text description. Omitting resets it to an empty string (PUT semantics).

Possible values: <= 5000 characters

Default value:
Example: All footwear products
CategoryUpdateRequest
{
"name": "Footwear",
"description": "All footwear products"
}