Interface InventoryEntrySetReorderPointAction

All Superinterfaces:
InventoryEntryUpdateAction, ResourceUpdateAction<InventoryEntryUpdateAction>

public interface InventoryEntrySetReorderPointAction extends InventoryEntryUpdateAction

Sets the reorder point level for a specific InventoryEntry. When the stock reaches this level, a corresponding InventoryEntryReorderPoint Message is generated.


Example to create an instance using the builder pattern

     InventoryEntrySetReorderPointAction inventoryEntrySetReorderPointAction = InventoryEntrySetReorderPointAction.builder()
             .build()