Typescript SDK Type Docs
    Preparing search index...

    Interface NewMasterVariantAdditionNotAllowedError

    Returned when attempting to create a ProductVariant and set it as the Master Variant in the same ProductVariantImport.

    interface NewMasterVariantAdditionNotAllowedError {
        code: "NewMasterVariantAdditionNotAllowed";
        message: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    code: "NewMasterVariantAdditionNotAllowed"

    An error identifier.

    message: string

    "Adding a new variant as master variant is not allowed."