ProductAttributeDefinitionInput
No description
input ProductAttributeDefinitionInput {
attributeClass: ProductAttributeClassEnum @deprecated
attributeType: ProductAttributeTypeEnum!
description: String
handle: String
name: String!
settings: ProductAttributeDefinitionSettingsInput
}
Fields
ProductAttributeDefinitionInput.attributeClass ● ProductAttributeClassEnum deprecated enum
DEPRECATED
This argument will be removed in the future. Use settings { useInFilters, showInProductList, favorite } instead.
ProductAttributeDefinitionInput.attributeType ● ProductAttributeTypeEnum! non-null enum
References the attribute value type. This value type is immutable.
ProductAttributeDefinitionInput.description ● String scalar
Brief description of the attribute to be added.
ProductAttributeDefinitionInput.handle ● String scalar
A unique handle for the attribute (lowercase, hyphenated slug format like 'my-attribute'). Auto-generated from name if not provided.
ProductAttributeDefinitionInput.name ● String! non-null scalar
Name of the attribute to be added.