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

    Interface InventoryConfiguration

    Inventory configuration settings for a Project.

    interface InventoryConfiguration {
        releaseExpiredReservations: boolean;
        reservationExpirationInMinutes?: number;
    }
    Index
    releaseExpiredReservations: boolean

    Whether 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.

    reservationExpirationInMinutes?: number

    The number of minutes after which a Reservation expires. To use the ReserveOnCart inventory mode, this field must be set.