ProductAttributeDefinitionInput
No description
input ProductAttributeDefinitionInput {
attributeClass: ProductAttributeClassEnum!
attributeType: ProductAttributeTypeEnum!
description: String
name: String!
}
Fields
ProductAttributeDefinitionInput.attributeClass ● ProductAttributeClassEnum! non-null enum
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.name ● String! non-null scalar
Name of the attribute to be added.