AttributeUnassignFromProductType
Un-assign attributes from a given product type.
type AttributeUnassignFromProductType {
productType: ProductType
productErrors: [ProductError!]!
}
Fields
AttributeUnassignFromProductType.productType ● ProductType object
The updated product type.
AttributeUnassignFromProductType.productErrors ● [ProductError!]! non-null object
Returned By
attributeUnassignFromProductType mutation