productCategoriesEdit
Edit a product category by id.
MUTATION
productCategoriesEdit(_id: String!, name: String!, code: String!, description: String, parentId: String, slug: String, attachment: AttachmentInput, status: String, seo: JSON): ProductCategoryArguments
_id
String!
required
name
String!
required
code
String!
required
description
String
parentId
String
slug
String
attachment
AttachmentInput
status
String
seo
JSON
Returns
_id
String!
name
String
description
String
parentId
String
code
String!
order
String!
slug
String
workspaceId
String
attachment
status
String
isRoot
Boolean
productCount
Int
seo
createdAt
Date
updatedAt
Date
Mutation
Variables
Response
Last modified on August 8, 2026
Mutation
Variables
Response