UpdateCategoryInput
No description
input UpdateCategoryInput {
name: [LocalizedStringInput!]
description: [LocalizedStringInput!]
shortDescription: [LocalizedStringInput!]
parent: Int
metadataTitles: [LocalizedStringInput!]
metadataDescriptions: [LocalizedStringInput!]
metadataKeywords: [LocalizedStringInput!]
metadataCanonicalUrls: [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 short 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.metadataTitles
● [LocalizedStringInput!]
list input
[SEO] Metadata title in different languages.
UpdateCategoryInput.metadataDescriptions
● [LocalizedStringInput!]
list input
[SEO] Metadata description in different languages.
UpdateCategoryInput.metadataKeywords
● [LocalizedStringInput!]
list input
[SEO] Metadata keywords in different languages.
UpdateCategoryInput.metadataCanonicalUrls
● [LocalizedStringInput!]
list input
[SEO] Metadata canonical urls in different languages.
Member Of
categoryUpdate
mutation