Click or drag to resize

ShippingServicesV3ShipmentVerification Method

[This is preliminary documentation and is subject to change.]

Verifies that each package is being shipped as part of some clients multi-step shipment process.

Namespace:  Purolator.Webservice
Assembly:  OLS.Web (in OLS.Web.dll) Version: 9.3.0.21647 (9.3.0.21647)
Syntax
public PackageListResponse ShipmentVerification(
	PackageListRequest request
)

Parameters

request
Type: Purolator.Webservice.ObjectsPackageListRequest
A PackageListRequest.

Return Value

Type: PackageListResponse
A PackageListResponse
Remarks
Some clients scan packages as they are loaded and require the ability to confirm packages before they are closed out and shipped.
See Also