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

    Interface IVariantBulkUpdateResult

    interface IVariantBulkUpdateResult {
        id?: string;
        key?: string;
        status: string;
    }

    Hierarchy (View Summary)

    Index
    id?: string

    Unique identifier of the Variant from the request. Present when the Variant was identified by id.

    key?: string

    User-defined unique identifier of the Variant from the request. Present when the Variant was identified by key.

    status: string

    Indicates whether the update succeeded or failed.