Objects
CategoryType
Type containing category information
Type containing category information
type CategoryType {
categoryId: Int!
parentCategoryId: Int!
order: Int!
alias: String
canonicalUrl: String!
alternativeCanonicalUrls: [String] @deprecated
alternativeUrls: [AlternativeUrlType]
name: String!
description: String
secondaryDescription: String
isHidden: Boolean
googleTaxonomy: GoogleTaxonomyType
primaryImage: String
backgroundImage: String
}
Fields
categoryId ● Int! non-null scalar required
Category ID
parentCategoryId ● Int! non-null scalar required
Parent category ID
order ● Int! non-null scalar required
Category display order
alias ● String scalar
Category alias
canonicalUrl ● String! non-null scalar required
The full path to the category. e.g. '/l/category-1'
alternativeCanonicalUrls ● [String] deprecated list scalar
Deprecated: Use AlternativeUrls instead.
Alternative full paths to the category
alternativeUrls ● [AlternativeUrlType] list object
Alternative urls to the category
name ● String! non-null scalar required
Category name
description ● String scalar
Category description
secondaryDescription ● String scalar
Category secondary description
isHidden ● Boolean scalar
Category is hidden
googleTaxonomy ● GoogleTaxonomyType object
Google taxonomy data for this category
primaryImage ● String scalar
Primary image
backgroundImage ● String scalar
Background image
Returned By
categories query ● category query
Member Of
PageInfoType object ● ProductType object ● RelatedProductType object