Click or drag to resize

ShippingServicesV3.GetRates Method

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

Gets the service availability and estimated rates without creating the order.

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

Parameters

request
Type: Purolator.Webservice.Objects.OrderRequestV3
An .

Return Value

Type: OrderResponseV3
An
Remarks
GetRates returns a list of that include estimated delivery time and estimated rate for Express and Ground ship methods. If the ShipMethod is set to PuroLetter or PuroPak, and estimated rate will also be included for the requested service. GetRates does not enter the order into the system for shipping.
See Also