Loading...
Was this page helpful?
This documentation provides a reference to the updateOrders
method. This belongs to the Order Module.
This method updates existing orders. The order IDs are specified in each order object.
data
UpdateOrderDTO[]Promise
Promise<OrderDTO[]>This method updates existing orders.
orderId
stringdata
UpdateOrderDTOPromise
Promise<OrderDTO>This method updates existing orders matching the specified filters.
selector
Partial<FilterableOrderProps>data
UpdateOrderDTOPromise
Promise<OrderDTO[]>