Skip to main content

AttributeBulkCreateType

A bulk attribute operation that references an attribute description by id or name, with an optional typed value.

When no value is provided, the attribute description's default value applies. Output-side counterpart of AttributeBulkCreateInput.

type AttributeBulkCreateType {
attributeDescriptionId: String
attributeDescriptionName: String
value: AttributeValueType
}

Fields

AttributeBulkCreateType.attributeDescriptionId ● String scalar

Unique identifier of the attribute description

AttributeBulkCreateType.attributeDescriptionName ● String scalar

Name of the attribute description

AttributeBulkCreateType.value ● AttributeValueType object

The value of the attribute for bulk operations

Member Of

Cart object ● CartBaseItem object ● CartMainItem object ● ITenderBaseItem interface ● Tender object ● TenderBaseItem object ● TenderMainItem object