Skip to main content

attributeValueCreate

Creates a value for an attribute.

Requires MANAGE_PRODUCTSpermission.
attributeValueCreate(
attribute: ID!
input: AttributeValueCreateInput!
): AttributeValueCreate

Arguments

attributeValueCreate.attribute ● ID! non-null scalar

Attribute to which value will be assigned.

attributeValueCreate.input ● AttributeValueCreateInput! non-null input

Fields required to create an AttributeValue.

Type

AttributeValueCreate object

Creates a value for an attribute.

Requires MANAGE_PRODUCTSpermission.

Was this page helpful?