ProductUpdateAttributeInput
No description
input ProductUpdateAttributeInput {
attributeHandle: String
delete: Boolean
id: ID
value: String
}
Fields
ProductUpdateAttributeInput.attributeHandle ● String scalar common
The handle of the attribute definition. Used to update an attribute by handle instead of ID.
ProductUpdateAttributeInput.delete ● Boolean scalar common
Set to true to delete the attribute.
ProductUpdateAttributeInput.id ● ID scalar common
The ID of the product attribute to update. Required for updating or deleting existing attributes.
ProductUpdateAttributeInput.value ● String scalar common
The attribute value. Required only if attribute is not going to be deleted.
Member Of
ProductUpdateInput input ● UpdateProductAttributeInput input ● UpdateProductAttributesInput input ● UpdateProductInput input