Skip to main content

productAttributeUnassign Mutation

Un-assign attributes from a given product type.

Requires the MANAGE_PRODUCT_TYPES_AND_ATTRIBUTESpermission.
productAttributeUnassign(
attributeIds: [ID!]!
productTypeId: ID!
): ProductAttributeUnassign
Show return type

Arguments

attributeIds ● [ID!]!

The IDs of the attributes to unassign.

productTypeId ● ID!

ID of the product type from which the attributes should be unassigned.

Type

ProductAttributeUnassign

Un-assign attributes from a given product type.

Requires the MANAGE_PRODUCT_TYPES_AND_ATTRIBUTESpermission.