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 miscellaneous
ID of the selected attribute.
BulkAttributeValueInput.externalReference ● String scalar miscellaneous
External ID of this attribute.
Added in Saleor 3.14
BulkAttributeValueInput.values ● [String!] list scalar miscellaneous
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 attributes
Attribute value ID.
Added in Saleor 3.12
BulkAttributeValueInput.swatch ● AttributeValueSelectableTypeInput input attributes
Attribute value ID.
Added in Saleor 3.12
BulkAttributeValueInput.multiselect ● [AttributeValueSelectableTypeInput!] list input attributes
List of attribute value IDs.
Added in Saleor 3.12
BulkAttributeValueInput.numeric ● String scalar miscellaneous
Numeric value of an attribute.
Added in Saleor 3.12
BulkAttributeValueInput.file ● String scalar miscellaneous
URL of the file attribute. Every time, a new value is created.
Added in Saleor 3.12
BulkAttributeValueInput.contentType ● String scalar miscellaneous
File content type.
Added in Saleor 3.12
BulkAttributeValueInput.references ● [ID!] list scalar miscellaneous
List of entity IDs that will be used as references.
Added in Saleor 3.12
BulkAttributeValueInput.richText ● JSONString scalar miscellaneous
Text content in JSON format.
Added in Saleor 3.12
BulkAttributeValueInput.plainText ● String scalar miscellaneous
Plain text content.
Added in Saleor 3.12
BulkAttributeValueInput.boolean ● Boolean scalar miscellaneous
The boolean value of an attribute to resolve. If the passed value is non-existent, it will be created.
BulkAttributeValueInput.date ● Date scalar miscellaneous
Represents the date value of the attribute value.
Added in Saleor 3.12
BulkAttributeValueInput.dateTime ● DateTime scalar miscellaneous
Represents the date/time value of the attribute value.
Added in Saleor 3.12
Member Of
ProductVariantBulkCreateInput input ● ProductVariantBulkUpdateInput input