Graphql fields and variables for the productCategory query
Last updated 8 months ago
Was this helpful?
Scope required: product:read
For a complete list of possible response fields see the type.
query productCategory ($id: ID, $code: String, $format: String) { productCategory (id: $id, code: $code, format: $format) { createdAt id name updatedAt } }
id
ID
code
String
format