ShippingServicesV3GetOrderStatus Method |
[This is preliminary documentation and is subject to change.]
Namespace:
Purolator.Webservice
Assembly:
OLS.Web (in OLS.Web.dll) Version: 9.3.0.21647 (9.3.0.21647)
Syntaxpublic OrderResponseV3 GetOrderStatus(
CredentialInfo credentials,
string orderNumber
)
Public Function GetOrderStatus (
credentials As CredentialInfo,
orderNumber As String
) As OrderResponseV3
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:
OrderResponseV3An
OrderResponseV3.
Remarks
Finds the order with the specified order number and returns an
OrderResponseV3.
See Also