Skip to main content

attributeUnassignFromProductType

Un-assign attributes from a given product type.

attributeUnassignFromProductType(
productAttributeIds: [ID!]
productTypeId: ID!
variantAttributeIds: [ID!]
): AttributeUnassignFromProductType

Arguments

attributeUnassignFromProductType.productAttributeIds ● [ID!] list scalar

The IDs of the product attributes to unassign.

attributeUnassignFromProductType.productTypeId ● ID! non-null scalar

ID of the product type to unassign the attributes from.

attributeUnassignFromProductType.variantAttributeIds ● [ID!] list scalar

The IDs of the variant attributes to unassign.

Type

AttributeUnassignFromProductType object

Un-assign attributes from a given product type.

Was this page helpful?