@gradientedge/commercetools-utils
    Preparing search index...

    Interface GraphQLEnumValuesMustMatchError

    Returned when during an order update of AttributeEnumType or AttributeLocalizedEnumType the new enum values do not match the existing ones.

    The error is returned as a failed response to the [Change the order of EnumValues](ctp:api:type:ProductTypeChangePlainEnumValueOrderAction) and [Change the order of LocalizedEnumValues](ctp:api:type:ProductTypeChangeLocalizedEnumValueOrderAction) update actions.
    
    interface GraphQLEnumValuesMustMatchError {
        code: "EnumValuesMustMatch";
        [key: string]: any;
    }

    Hierarchy (View Summary)

    Indexable

    • [key: string]: any
    Index

    Properties

    Properties

    code: "EnumValuesMustMatch"

    One of the error codes that is listed on the Errors page.