Skip to main content

ProductAttributeInput

No description

input ProductAttributeInput {
attributeDefinitionId: ID
attributeHandle: String
value: String!
}

Fields

ProductAttributeInput.attributeDefinitionId ● ID scalar common

The brand attribute definition ID which the value will be associated with.

ProductAttributeInput.attributeHandle ● String scalar common

The handle of the attribute definition. Can be used instead of attribute_definition_id.

ProductAttributeInput.value ● String! non-null scalar common

The attribute value.

Member Of

AddProductAttributeInput input ● AddProductAttributesInput input ● AddProductInput input ● ProductAddInput input