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

    Interface VariantBulkUpdateResponse

    The response body for a bulk update of Variants. Contains the individual result for each Variant in the request.

    interface VariantBulkUpdateResponse {
        failureCount: number;
        results: VariantBulkUpdateResult[];
        successCount: number;
    }
    Index
    failureCount: number

    Number of Variants that failed to update.

    Results for each Variant in the request, in the same order as the items in the request body.

    successCount: number

    Number of Variants that were successfully updated.