AdvanceOrderStatus
interface AdvanceOrderStatus
Use case for advancing the status of an order to the next stage in the order processing workflow.
The use case ensures that the status transition is valid based on the current state of the order and handles any necessary business logic associated with the transition, such as notifying relevant parties or updating related entities.