Update a category
Categories
Update a category
Update an existing product category by id. Requires the WRITE_CATEGORIES scope.
PUT
Update a category
Updates an existing category within the store. The store is bound to your app token server-side — never send a shop id.
Authorizations
Installed-app access token (prefix app_), issued by the OAuth install flow. The store is bound to the token server-side — never send a shop id.
Path Parameters
The category id.
Body
application/json
Response
The updated category.
Standard Salesive response envelope. The operation-specific payload is carried in data.

