productAttributeAssign
Assign attributes to a given product type.
productAttributeAssign(
operations: [ProductAttributeAssignInput!]!
productTypeId: ID!
): ProductAttributeAssign
Arguments
productAttributeAssign.operations ● [ProductAttributeAssignInput!]! non-null input
The operations to perform.
productAttributeAssign.productTypeId ● ID! non-null scalar
ID of the product type to assign the attributes into.
Type
ProductAttributeAssign object
Assign attributes to a given product type.
Was this page helpful?