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