CreateCategoryInput
No description
input CreateCategoryInput {
name: [LocalizedStringInput!]!
description: [LocalizedStringInput!]!
shortDescription: [LocalizedStringInput!]!
parent: Int
defaultLanguage: String!
metadataTitle: [LocalizedStringInput!]
metadataDescription: [LocalizedStringInput!]
metadataKeywords: [LocalizedStringInput!]
metadataCanonicalUrl: [LocalizedStringInput!]
}
Fields
CreateCategoryInput.name
● [LocalizedStringInput!]!
non-null input
Localized category name as it is available in the supported language defaults to the category's default language.
CreateCategoryInput.description
● [LocalizedStringInput!]!
non-null input
The long description for this category, this field can contain html formatting, this field can be translated is case of multilingual catalog.
CreateCategoryInput.shortDescription
● [LocalizedStringInput!]!
non-null input
The long description for this category, this field can contain html formatting, this field can be translated is case of multilingual catalog.
CreateCategoryInput.parent
● Int
scalar
The category's parent Category when available
CreateCategoryInput.defaultLanguage
● String!
non-null scalar
CreateCategoryInput.metadataTitle
● [LocalizedStringInput!]
list input
[SEO] Metadata title in different languages.
CreateCategoryInput.metadataDescription
● [LocalizedStringInput!]
list input
[SEO] Metadata description in different languages.
CreateCategoryInput.metadataKeywords
● [LocalizedStringInput!]
list input
[SEO] Metadata keywords in different languages.
CreateCategoryInput.metadataCanonicalUrl
● [LocalizedStringInput!]
list input
[SEO] Metadata canonical urls in different languages.
Member Of
categoryCreate
mutation