Click or drag to resize

ShippingServicesV3GetOrderStatus Method

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

Gets an OrderResponseV3 for the specified order.

Namespace:  Purolator.Webservice
Assembly:  OLS.Web (in OLS.Web.dll) Version: 9.3.0.21647 (9.3.0.21647)
Syntax
public OrderResponseV3 GetOrderStatus(
	CredentialInfo credentials,
	string orderNumber
)

Parameters

credentials
Type: Purolator.Webservice.ObjectsCredentialInfo
Login credentials for validation.
orderNumber
Type: SystemString
The order number of the order.

Return Value

Type: OrderResponseV3
An OrderResponseV3.
Remarks
Finds the order with the specified order number and returns an OrderResponseV3.
See Also