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

    Interface VariantBulkUpdateResource

    A lightweight reference containing the id and updated version of a Variant after a successful bulk update.

    interface VariantBulkUpdateResource {
        id: string;
        version: number;
    }
    Index
    id: string

    Unique identifier of the updated Variant.

    version: number

    The new version of the Variant after the update.