category
Retrieve a product category. The category will be search in the current brand.
The party should have the get_category
permission granted.
Headers:
Header | Value | Required |
---|---|---|
Authorization | Bearer [token] | Yes |
X-Brand-Id | [brand-id] | Yes |
category(
id: ID!
): ProductCategory!