Click or drag to resize

ShippingServicesV3AddOrder Method

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

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 AddOrder(
	OrderRequestV3 request
)

Parameters

request
Type: Purolator.Webservice.ObjectsOrderRequestV3
An OrderRequestV3.

Return Value

Type: OrderResponseV3
An OrderResponseV3
Remarks
AddOrder 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. AddOrder will not return an estimated rate. If estimated rates are required, please use AddOrderWithRates. Calculating rates can take almost a second, so AddOrder should be used for time sensitive calls
See Also