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