po = CommerceContext.Current.OrderSystem.GetPurchaseOrder(new
Guid(userId),basket.OrderGroupID);
hi, I use the above code to retreieve the purchase order of a customer. I
have the GUID and the Order groupID. However, the po comes as an undefined
value once I execute this line. Any pointers in this? Please assist