UpdateOrder

Updates an order with the specified ID using the provided request parameters.

Server Authoritative (default)

public static VyTask<VyOrderDto> UpdateOrder(string orderId, VyUpdateOrderRequest reqParams)

Path Parameters

reqParams

The request parameters used to update the order.

Returns

VyTask<VyOrderDto> An asynchronous task that returns the updated order as a VyOrderDto object.

Last updated