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

    Interface ProductVariantDraft

    interface ProductVariantDraft {
        assets?: AssetDraft[];
        attributes?: Attribute[];
        images?: Image[];
        key?: string;
        prices?: PriceDraft[];
        sku?: string;
    }
    Index
    assets?: AssetDraft[]

    Media assets for the Product Variant.

    attributes?: Attribute[]

    Variant Attributes according to the respective AttributeDefinition.

    images?: Image[]

    Images for the Product Variant.

    key?: string

    User-defined identifier for the ProductVariant. Must be unique among ProductVariants in the same Product.

    prices?: PriceDraft[]

    The Embedded Prices for the Product Variant. Each Price must have its unique Price scope (with same currency, country, Customer Group, Channel, validFrom and validUntil).

    sku?: string

    User-defined SKU of the Product Variant. Must be unique across all ProductVariants in a Project.