Interface InventoryEntrySetReservationExpirationInMinutesAction

All Superinterfaces:
InventoryEntryUpdateAction, ResourceUpdateAction<InventoryEntryUpdateAction>

public interface InventoryEntrySetReservationExpirationInMinutesAction extends InventoryEntryUpdateAction

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 Message after a successful update.


Example to create an instance using the builder pattern

     InventoryEntrySetReservationExpirationInMinutesAction inventoryEntrySetReservationExpirationInMinutesAction = InventoryEntrySetReservationExpirationInMinutesAction.builder()
             .build()