Skip to main content

Interface: CreateCategoryInput

Defined in: type/CreateCategoryInput.ts:6

Input object for CreateCategoryInput

Properties

defaultLanguage

defaultLanguage: string

Defined in: type/CreateCategoryInput.ts:21

The default language for the category


description

description: LocalizedStringInput[]

Defined in: type/CreateCategoryInput.ts:13

The long description for this category, this field can contain html formatting, this field can be translated is case of multilingual catalog.


hidden

hidden: YesNo

Defined in: type/CreateCategoryInput.ts:31

Category hidden status, defaults to N


metadataCanonicalUrls?

optional metadataCanonicalUrls?: LocalizedStringInput[]

Defined in: type/CreateCategoryInput.ts:29

[SEO] Metadata canonical urls in different languages.


metadataDescriptions?

optional metadataDescriptions?: LocalizedStringInput[]

Defined in: type/CreateCategoryInput.ts:25

[SEO] Metadata description in different languages.


metadataKeywords?

optional metadataKeywords?: LocalizedStringInput[]

Defined in: type/CreateCategoryInput.ts:27

[SEO] Metadata keywords in different languages.


metadataTitles?

optional metadataTitles?: LocalizedStringInput[]

Defined in: type/CreateCategoryInput.ts:23

[SEO] Metadata title in different languages.


name

name: LocalizedStringInput[]

Defined in: type/CreateCategoryInput.ts:9

Localized category name as it is available in the supported language defaults to the category's default language.


parent?

optional parent?: number

Defined in: type/CreateCategoryInput.ts:19

The category's parent Category when available


shortDescription

shortDescription: LocalizedStringInput[]

Defined in: type/CreateCategoryInput.ts:17

The short description for this category, this field can contain html formatting, this field can be translated is case of multilingual catalog.