Last updated 1 year ago
Client Authoritative (default)
Path Parameters
Returns
VyTask<> An asynchronous task that returns the order details as a object.
VyTask<> An asynchronous task that returns the user's order as a object.
Retrieves a specific order for a given user.
public static VyTask<VyOrderDto> GetUserOrder(string userId, string orderId)
orderId
string
The ID of the order being retrieved.
// COMING SOON!
public static VyTask<VyOrderDto> GetUserOrder(string orderId)