IShippingAdapterShip Method | |
ships a full shipment request.
Namespace:
PSI.Sox.Adapter.Interfaces
Assembly:
PSI.Sox (in PSI.Sox.dll) Version: 2.1
Syntax ShipmentResponse Ship(
ShipmentRequest request,
bool shipWithoutTransaction
)
Parameters
- request
- Type: PSI.SoxShipmentRequest
ShipmentRequest object with fields set for shipping. - shipWithoutTransaction
- Type: SystemBoolean
Specifies to manifest the object through
without a transaction. This would be for a tracking number but no MSN.
Return Value
Type:
ShipmentResponseResponse of the manifested shipment request.
See Also