GetUserOrder
Retrieves a specific order for a given user.
Overloads
GetUserOrder <string, string>
public static VyTask<VyOrderDto> GetUserOrder(string userId, string orderId)
Path Parameters
orderId
string
The ID of the order being retrieved.
Returns
VyTask<VyOrderDto> An asynchronous task that returns the order details as a VyOrderDto object.
GetUserOrder <string>
public static VyTask<VyOrderDto> GetUserOrder(string orderId)
Path Parameters
Returns
VyTask<VyOrderDto> An asynchronous task that returns the user's order as a VyOrderDto object.
Last updated