GetUserOrders
Retrieves the orders of a user.
Client Authoritative (default)
Overloads
GetUserOrders <string>
Path Parameters
Returns
VyTask<VyOrderDto[]> A task that represents the asynchronous operation. The task result contains an array of VyOrderDto objects representing the user's orders.
GetUserOrders
Path Parameters
Returns
VyTask<VyOrderDto[]> An asynchronous task that returns an array of VyOrderDto objects representing the user's orders.
Last updated