Category
No description
type Category {
id: Int! @deprecated
categoryId: Int!
attributes(
input: AttributeResultSearchInput
): AttributeResultResponse
name(
language: String
): [LocalizedString!]!
description(
language: String
): [LocalizedString!]!
shortDescription(
language: String
): [LocalizedString!]!
slug(
language: String
): [LocalizedString!]!
path: String!
categories: [Category!]
parent: Category
defaultLanguage: String!
categoryPath: [Category!]!
products(
input: CategoryProductSearchInput
): ProductsResponse!
}
Fields
Category.id
● Int!
deprecated non-null scalar
DEPRECATEDThis property is no longer relevant or necessary, use categoryId instead.
Category.categoryId
● Int!
non-null scalar
Category.attributes
● AttributeResultResponse
object
Lists attributes for this category based on the search input.
Category.attributes.input
●AttributeResultSearchInput
input
Category.name
● [LocalizedString!]!
non-null object
Localized category name as it is available in the supported language defaults to the category's default language.
Category.name.language
●String
scalar
Category.description
● [LocalizedString!]!
non-null object
The long description for this category, this field can contain html formatting, this field can be translated is case of multilingual catalog
Category.description.language
●String
scalar
Category.shortDescription
● [LocalizedString!]!
non-null object
The short description for this category, this field can contain html formatting, this field can be translated is case of multilingual catalog
Category.shortDescription.language
●String
scalar
Category.slug
● [LocalizedString!]!
non-null object
The slug for this category, each available language contains a different slug
Category.slug.language
●String
scalar
Category.path
● String!
non-null scalar
The path in id's to the root of the inheritance tree, can be passed as parameter to the productsearch API
Category.categories
● [Category!]
list object
Category.parent
● Category
object
The category's parent Category when available
Category.defaultLanguage
● String!
non-null scalar
Category.categoryPath
● [Category!]!
non-null object
Category.products
● ProductsResponse!
non-null object
Category.products.input
●CategoryProductSearchInput
input
Returned By
category
query ● categoryCreate
mutation ● categoryUpdate
mutation
Member Of
Category
object ● CategoryAddProductsClustersResponse
object ● CategoryRemoveProductsClustersResponse
object ● CategoryResponse
object ● Cluster
object ● Discount
object ● Product
object