Skip to main content

Interface: UpdateCategoryInput

Defined in: type/UpdateCategoryInput.ts:6

Input object for UpdateCategoryInput

Properties

description?

optional description?: LocalizedStringInput[]

Defined in: type/UpdateCategoryInput.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?

optional hidden?: YesNo

Defined in: type/UpdateCategoryInput.ts:29

Category hidden status


metadataCanonicalUrls?

optional metadataCanonicalUrls?: LocalizedStringInput[]

Defined in: type/UpdateCategoryInput.ts:27

[SEO] Metadata canonical urls in different languages.


metadataDescriptions?

optional metadataDescriptions?: LocalizedStringInput[]

Defined in: type/UpdateCategoryInput.ts:23

[SEO] Metadata description in different languages.


metadataKeywords?

optional metadataKeywords?: LocalizedStringInput[]

Defined in: type/UpdateCategoryInput.ts:25

[SEO] Metadata keywords in different languages.


metadataTitles?

optional metadataTitles?: LocalizedStringInput[]

Defined in: type/UpdateCategoryInput.ts:21

[SEO] Metadata title in different languages.


name?

optional name?: LocalizedStringInput[]

Defined in: type/UpdateCategoryInput.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/UpdateCategoryInput.ts:19

The category's parent Category when available


shortDescription?

optional shortDescription?: LocalizedStringInput[]

Defined in: type/UpdateCategoryInput.ts:17

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