Validates if a (part of an) Order can be shipped in the current state.
Returns if it is valid (IsValid) and if not, how much still needs to be paid (OpenAmountForShipment).
IsValid
OpenAmountForShipment
Entity type: Order
Validates if a (part of an) Order can be shipped in the current state.
Returns if it is valid (
IsValid
) and if not, how much still needs to be paid (OpenAmountForShipment
).