Skip to main content

Interface: AttributeDescriptionUpdateInput

Defined in: type/AttributeDescriptionUpdateInput.ts:6

Input object for AttributeDescriptionUpdateInput

Properties

defaultValue?

optional defaultValue?: AttributeValueInput

Defined in: type/AttributeDescriptionUpdateInput.ts:25

The default value for this attribute


descriptions?

optional descriptions?: LocalizedStringInput[]

Defined in: type/AttributeDescriptionUpdateInput.ts:8

Attribute names per language


group?

optional group?: string

Defined in: type/AttributeDescriptionUpdateInput.ts:12

The attribute group


isHidden?

optional isHidden?: boolean

Defined in: type/AttributeDescriptionUpdateInput.ts:23

Flags whether this attribute is hidden and should only be used for background operations.


isPublic?

optional isPublic?: boolean

Defined in: type/AttributeDescriptionUpdateInput.ts:18

Flags whether this attribute should be used when generating product specifications.


isSearchable?

optional isSearchable?: boolean

Defined in: type/AttributeDescriptionUpdateInput.ts:15

Flags whether this attribute should be used when generating catalog page filters


isSystem?

optional isSystem?: boolean

Defined in: type/AttributeDescriptionUpdateInput.ts:20

Flags whether this attribute is only available to system users


units?

optional units?: LocalizedStringInput[]

Defined in: type/AttributeDescriptionUpdateInput.ts:10

Attribute unit per language