Skip to main content

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 miscellaneous

The IDs of the attributes to unassign.

productAttributeUnassign.productTypeId ● ID! non-null scalar miscellaneous

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

Type

ProductAttributeUnassign object products

Un-assign attributes from a given product type.

Requires MANAGE_PRODUCT_TYPES_AND_ATTRIBUTESpermission.