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

    Interface ProjectSetReleaseExpiredReservationsAction

    If set to true, Reservations are marked as Expired once their reservationExpirationInMinutes is reached. The reserved inventory is then made available. If set to false, tracking Line Items with expired reservations becomes your responsibility.

    interface ProjectSetReleaseExpiredReservationsAction {
        action: "setReleaseExpiredReservations";
        releaseExpiredReservations: boolean;
    }

    Hierarchy (View Summary)

    Index
    action: "setReleaseExpiredReservations"
    releaseExpiredReservations: boolean

    Value to set.