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

    Interface GraphQLDuplicateVariantValuesError

    Returned when a Product Variant value conflicts with an existing one during an Update Product request.

    interface GraphQLDuplicateVariantValuesError {
        code: "DuplicateVariantValues";
        variantValues: VariantValues;
        [key: string]: any;
    }

    Hierarchy (View Summary)

    Indexable

    • [key: string]: any
    Index

    Properties

    Properties

    code: "DuplicateVariantValues"

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

    variantValues: VariantValues

    Every Product Variant must have a distinct combination of SKU, prices, and custom Attribute values.