UpdateCategoryInput
No description
input UpdateCategoryInput {
name: [LocalizedStringInput!]
description: [LocalizedStringInput!]
shortDescription: [LocalizedStringInput!]
parent: Int
defaultLanguage: String
}
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
Member Of
categoryUpdate
mutation