productAttributeAssign Mutation
Assign attributes to a given product type.
productAttributeAssign(
operations: [ProductAttributeAssignInput!]!
productTypeId: ID!
): ProductAttributeAssign
Details
type ProductAttributeAssign {
productType: ProductType
productErrors: [ProductError!]! @deprecated
errors: [ProductError!]!
}
Arguments
operations ● [ProductAttributeAssignInput!]!
The operations to perform.
productTypeId ● ID!
ID of the product type to assign the attributes into.
Type
ProductAttributeAssign
Assign attributes to a given product type.