registerProductCategory
Add a new product category. The category will be added to the current brand.
The actor should have the add_product_category permission.
Headers:
| Header | Value | Required |
|---|---|---|
| Authorization | Bearer [token] | Yes |
registerProductCategory(
input: RegisterProductCategoryInput!
): ProductCategory
Arguments
registerProductCategory.input ● RegisterProductCategoryInput! non-null input
Parameters for RegisterProductCategory