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

    Interface InventoryEntrySetReservationExpirationInMinutesAction

    Sets the default reservation expiration time for the Inventory Entry. This action does not affect existing reservations. To change the expiration date and time of existing reservations, see the Set Reservation Expiration In Minutes update action on the Carts API.

    Produces the [InventoryEntry Reservation Expiration In Minutes Set](ctp:api:type:InventoryEntryReservationExpirationInMinutesSetMessage) Message after a successful update.
    
    interface InventoryEntrySetReservationExpirationInMinutesAction {
        action: "setReservationExpirationInMinutes";
        reservationExpirationInMinutes?: number;
    }

    Hierarchy (View Summary)

    Index
    action: "setReservationExpirationInMinutes"
    reservationExpirationInMinutes?: number

    Value to set, must be a positive integer. If empty, any existing value will be removed.