GetPurchaseOrder Method
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Returns an existing purchase order using the specified customer identifier and purchase order identifier or tracking number.
Overload List
Name | Description | |
---|---|---|
GetPurchaseOrder(Guid, Guid) | Returns an existing purchase order using the specified customer identifier and purchase order identifier. | |
GetPurchaseOrder(Guid, String) | Returns an existing purchase order using the specified customer identifier and tracking number. |
Top
Remarks
Retrieves an existing PurchaseOrder object using the specified customer identifier and purchase order identifier or tracking number. If no purchase order exists matching the specified requirements, nullNothingnullptra null reference (Nothing in Visual Basic) is returned.