AttributeUnassign
Un-assign attributes from a given product type.
type AttributeUnassign {
productType: ProductType @deprecated
product: Product
productErrors: [ProductError!]!
}
Fields
AttributeUnassign.productType ● ProductType deprecated object
DEPRECATED
Use AttributeUnassignFromProductType mutation instead to unassign attributes from product type. This will be removed on September 27, 2025.
The updated product type.
AttributeUnassign.product ● Product object
The product to which the attribute was unassigned.
AttributeUnassign.productErrors ● [ProductError!]! non-null object
Returned By
attributeUnassign mutation