Interface StagedOrderChangeShipmentStateAction

All Superinterfaces:
ResourceUpdateAction<StagedOrderUpdateAction>, StagedOrderUpdateAction
All Known Implementing Classes:
StagedOrderChangeShipmentStateActionImpl

Produces the Order Shipment State Changed Message.


Example to create an instance using the builder pattern

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