updateCategory( )


Deprecated

This method is deprecated.

Updates a category.

Each time the category is updated, revision increments by 1. You must include the number of the existing revision when updating the category. This ensures you're working with the latest service information and prevents unintended overwrites.

Method Declaration
Copy
Method Parameters
_idstringRequired

Category ID.


categoryUpdateCategoryRequired
Returns
Return Type:Promise<UpdateCategoryResponse>
Errors
400Invalid Argument

There is 1 error with this status code.

This method may also return standard errors. Learn more about standard Wix errors.

Did this help?