Skip to main content
Version: 3.x

attributeCreate

Creates an attribute.

Triggers the following webhook events:

  • ATTRIBUTE_CREATED (async): An attribute was created.
attributeCreate(
input: AttributeCreateInput!
): AttributeCreate

Arguments

attributeCreate.input ● AttributeCreateInput! non-null input

Fields required to create an attribute.

Type

AttributeCreate object

Creates an attribute.

Triggers the following webhook events:

  • ATTRIBUTE_CREATED (async): An attribute was created.

Was this page helpful?