Interface StagedOrderChangeShipmentStateAction

All Superinterfaces:
ResourceUpdateAction<StagedOrderUpdateAction>, StagedOrderUpdateAction

public interface StagedOrderChangeShipmentStateAction extends StagedOrderUpdateAction

Produces the Order Shipment State Changed Message.


Example to create an instance using the builder pattern

     StagedOrderChangeShipmentStateAction stagedOrderChangeShipmentStateAction = StagedOrderChangeShipmentStateAction.builder()
             .shipmentState(ShipmentState.SHIPPED)
             .build()