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

    Interface VariantBulkUpdateFailResult

    Result for a Variant that failed to update in a bulk update request.

    interface VariantBulkUpdateFailResult {
        errors: ErrorObject[];
        id?: string;
        key?: string;
        status: "Fail";
    }

    Hierarchy (View Summary)

    Index
    errors: ErrorObject[]

    Errors that caused the update to fail for this Variant.

    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: "Fail"

    Indicates whether the update succeeded or failed.