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)
Syntaxpublic OrderResponseV3 GetRates(
OrderRequestV3 request
)
Public Function GetRates (
request As OrderRequestV3
) As OrderResponseV3
public:
OrderResponseV3^ GetRates(
OrderRequestV3^ request
)
Parameters
- request
- Type: Purolator.Webservice.Objects.OrderRequestV3
An .
Return Value
Type:
OrderResponseV3An
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