Skip to main content
Version: 3.x

productAttributeUnassign

Un-assign attributes from a given product type.

Requires MANAGE_PRODUCT_TYPES_AND_ATTRIBUTESpermission.
productAttributeUnassign(
attributeIds: [ID!]!
productTypeId: ID!
): ProductAttributeUnassign

Arguments

productAttributeUnassign.attributeIds ● [ID!]! non-null scalar

The IDs of the attributes to unassign.

productAttributeUnassign.productTypeId ● ID! non-null scalar

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

Type

ProductAttributeUnassign object

Un-assign attributes from a given product type.

Requires MANAGE_PRODUCT_TYPES_AND_ATTRIBUTESpermission.

Was this page helpful?