productAttributeAssignmentUpdate Mutation
Update attributes assigned to product variant for given product type.
productAttributeAssignmentUpdate(
operations: [ProductAttributeAssignmentUpdateInput!]!
productTypeId: ID!
): ProductAttributeAssignmentUpdate
Show return type
Arguments
operations ● [ProductAttributeAssignmentUpdateInput!]!
The operations to perform.
productTypeId ● ID!
ID of the product type to assign the attributes into.
Type
ProductAttributeAssignmentUpdate
Update attributes assigned to product variant for given product type.