Skip to main content
Version: 3.x

BulkAttributeValueInput

No description

input BulkAttributeValueInput {
id: ID
externalReference: String
values: [String!]
dropdown: AttributeValueSelectableTypeInput
swatch: AttributeValueSelectableTypeInput
multiselect: [AttributeValueSelectableTypeInput!]
numeric: String
file: String
contentType: String
references: [ID!]
richText: JSONString
plainText: String
boolean: Boolean
date: Date
dateTime: DateTime
}

Fields

BulkAttributeValueInput.id ● ID scalar

ID of the selected attribute.

BulkAttributeValueInput.externalReference ● String scalar

External ID of this attribute.

Added in Saleor 3.14

BulkAttributeValueInput.values ● [String!] list scalar

The value or slug of an attribute to resolve. If the passed value is non-existent, it will be created.This field will be removed in Saleor 4.0.

BulkAttributeValueInput.dropdown ● AttributeValueSelectableTypeInput input

Attribute value ID.

Added in Saleor 3.12

BulkAttributeValueInput.swatch ● AttributeValueSelectableTypeInput input

Attribute value ID.

Added in Saleor 3.12

BulkAttributeValueInput.multiselect ● [AttributeValueSelectableTypeInput!] list input

List of attribute value IDs.

Added in Saleor 3.12

BulkAttributeValueInput.numeric ● String scalar

Numeric value of an attribute.

Added in Saleor 3.12

BulkAttributeValueInput.file ● String scalar

URL of the file attribute. Every time, a new value is created.

Added in Saleor 3.12

BulkAttributeValueInput.contentType ● String scalar

File content type.

Added in Saleor 3.12

BulkAttributeValueInput.references ● [ID!] list scalar

List of entity IDs that will be used as references.

Added in Saleor 3.12

BulkAttributeValueInput.richText ● JSONString scalar

Text content in JSON format.

Added in Saleor 3.12

BulkAttributeValueInput.plainText ● String scalar

Plain text content.

Added in Saleor 3.12

BulkAttributeValueInput.boolean ● Boolean scalar

The boolean value of an attribute to resolve. If the passed value is non-existent, it will be created.

BulkAttributeValueInput.date ● Date scalar

Represents the date value of the attribute value.

Added in Saleor 3.12

BulkAttributeValueInput.dateTime ● DateTime scalar

Represents the date/time value of the attribute value.

Added in Saleor 3.12

Member of

ProductVariantBulkCreateInput input ● ProductVariantBulkUpdateInput input


Was this page helpful?