attributeAssign
Assign attribute to a product type or product. Requires MANAGE_PRODUCTS permission.
attributeAssign(
operations: [AttributeAssignInput!]!
productTypeId: ID
productId: ID
): AttributeAssign!
Arguments
attributeAssign.operations ● [AttributeAssignInput!]! non-null input
attributeAssign.productTypeId ● ID scalar
attributeAssign.productId ● ID scalar
Type
AttributeAssign object
Result of attribute assign mutation.