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

    Interface VariantBulkUpdateSuccessResult

    Result for a Variant that was successfully updated in a bulk update request.

    interface VariantBulkUpdateSuccessResult {
        id?: string;
        key?: string;
        resource: VariantBulkUpdateResource;
        status: "Success";
    }

    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.

    A lightweight reference containing the id and updated version of the Variant.

    status: "Success"

    Indicates whether the update succeeded or failed.