Click or drag to resize

IShippingAdapterShip Method

ships a full shipment request.

Namespace:  PSI.Sox.Adapter.Interfaces
Assembly:  PSI.Sox (in PSI.Sox.dll) Version: 2.1
Syntax
C#
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: ShipmentResponse
Response of the manifested shipment request.
See Also