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