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