Graphql fields and variables for the productCategoryUpdate mutation
Last updated 2 years ago
Was this helpful?
Update a product category
Scope required: product:write
For a complete list of input attributes see the type
mutation productCategoryUpdate ($id: ID!, $attributes: ProductCategoryAttributes!) { productCategoryUpdate (id: $id, attributes: $attributes) { errors productCategory { createdAt id name updatedAt } } }
{ "id": "456123", "attributes": { "name": "" } }
id
ID
attributes
errors
List (String)
productCategory