Skip to main content

CreateCategoryInput

No description

input CreateCategoryInput {
name: [LocalizedStringInput!]!
description: [LocalizedStringInput!]!
shortDescription: [LocalizedStringInput!]!
parent: Int
defaultLanguage: String!
}

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

Member Of

categoryCreate mutation