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)

Properties

Properties

code: "NewMasterVariantAdditionNotAllowed"

An error identifier.

message: string

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