attributeUnassign
Un-assign attributes from a given product type.
attributeUnassign(
attributeIds: [ID!]!
productId: ID
productTypeId: ID
): AttributeUnassign
Arguments
attributeUnassign.attributeIds ● [ID!]! non-null scalar
The IDs of the attributes to unassign.
attributeUnassign.productId ● ID scalar
ID of the product to which the attribute will be unassigned.
attributeUnassign.productTypeId ● ID deprecated scalar
DEPRECATED
Use AttributeUnassignFromProductType mutation instead to unassign attributes from product type. This will be removed on September 27, 2025.
ID of the product type to unassign the attributes from.
Type
AttributeUnassign object
Un-assign attributes from a given product type.