Click or drag to resize

ShippingServicesV3AddOrGetOrder Method

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

Returns an existing order, or gets the service availability, pin numbers, and labels for each package; enters the order in the Purolator system.

Namespace:  Purolator.Webservice
Assembly:  OLS.Web (in OLS.Web.dll) Version: 9.3.0.21647 (9.3.0.21647)
Syntax
public OrderResponseV3 AddOrGetOrder(
	OrderRequestV3 request
)

Parameters

request
Type: Purolator.Webservice.ObjectsOrderRequestV3
An OrderRequestV3.

Return Value

Type: OrderResponseV3
An OrderResponseV3
Remarks
If the order number exists, AddOrGetOrder will retrieve the existing order, but will not update it. AddOrGetOrder determines if the specified service is available for the order and returns a pin number and label for each package. AddOrder enters the order into the system for shipping.
See Also