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

    Interface CannotChangeReservationExpiryWarning

    Contained in responses to a Cart update operation. Indicates that a ReserveOnCart Reservation was found for a Line Item but its expiration date and time cannot be changed using the Set Reservation Expiration In Minutes update action.

    interface CannotChangeReservationExpiryWarning {
        code: "CannotChangeReservationExpiry";
        lineItemId: string;
        message: string;
    }

    Hierarchy (View Summary)

    Index
    code: "CannotChangeReservationExpiry"

    Identifier for the type of warning.

    lineItemId: string

    The ID of the Line Item.

    message: string

    "The reservation expiration for line item $lineItemId cannot be changed."