Skip to main content

customAttributeAssign

Assign custom attributes to a template. Requires MANAGE_PRODUCTS permission.

customAttributeAssign(
template: CustomFieldTemplateEnum!
operations: [AttributeAssignInput!]!
): CustomAttributeAssign!

Arguments

customAttributeAssign.template ● CustomFieldTemplateEnum! non-null enum

customAttributeAssign.operations ● [AttributeAssignInput!]! non-null input

Type

CustomAttributeAssign object

Result of custom attribute assign mutation.

Was this page helpful?