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
Aa530575.pubmethod(en-US,CS.70).gif GetPurchaseOrder(Guid, Guid) Returns an existing purchase order using the specified customer identifier and purchase order identifier.
Aa530575.pubmethod(en-US,CS.70).gif 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.

See Also

Reference

OrderContext Class

OrderContext Members

Microsoft.CommerceServer.Runtime.Orders Namespace