Skip to main content

ProductUpdateAttributeInput

No description

input ProductUpdateAttributeInput {
delete: Boolean
id: ID!
value: String
}

Fields

ProductUpdateAttributeInput.delete ● Boolean scalar

Set to true to delete the attribute.

ProductUpdateAttributeInput.id ● ID! non-null scalar

ProductUpdateAttributeInput.value ● String scalar

The attribute value. Required only if attribute is not going to be deleted.

Member Of

UpdateProductAttributeInput input ● UpdateProductAttributesInput input