productAttributeUnassign
Un-assign attributes from a given product type.
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.