Skip to main content
Version: 3.x

attributeBulkCreate

Creates attributes.

Added in Saleor 3.15
This API is currently in Feature Preview and can be subject to changes at later point.

Triggers the following webhook events:

  • ATTRIBUTE_CREATED (async): An attribute was created.
attributeBulkCreate(
attributes: [AttributeCreateInput!]!
errorPolicy: ErrorPolicyEnum
): AttributeBulkCreate

Arguments

attributeBulkCreate.attributes ● [AttributeCreateInput!]! non-null input

Input list of attributes to create.

attributeBulkCreate.errorPolicy ● ErrorPolicyEnum enum

Policies of error handling. DEFAULT: REJECT_EVERYTHING

Type

AttributeBulkCreate object

Creates attributes.

Added in Saleor 3.15
This API is currently in Feature Preview and can be subject to changes at later point.

Triggers the following webhook events:

  • ATTRIBUTE_CREATED (async): An attribute was created.

Was this page helpful?