Skip to main content

CustomAttributeAssign

Result of custom attribute assign mutation.

type CustomAttributeAssign {
customFieldTemplate: CustomFieldTemplate
attributeErrors: [ProductError!]!
}

Fields

CustomAttributeAssign.customFieldTemplate ● CustomFieldTemplate object

The template with assigned custom attributes.

CustomAttributeAssign.attributeErrors ● [ProductError!]! non-null object

List of errors that occurred executing the mutation.

Returned By

customAttributeAssign mutation

Was this page helpful?