ProductAttributeInput
No description
input ProductAttributeInput {
attributeDefinitionId: ID
attributeHandle: String
value: String!
}
Fields
ProductAttributeInput.attributeDefinitionId ● ID scalar
The brand attribute definition ID which the value will be associated with.
ProductAttributeInput.attributeHandle ● String scalar
The handle of the attribute definition. Can be used instead of attribute_definition_id.
ProductAttributeInput.value ● String! non-null scalar
The attribute value.
Member Of
AddProductAttributeInput input ● AddProductAttributesInput input ● AddProductInput input ● ProductAddInput input