Loading...
Was this page helpful?
This documentation provides a reference to the updateReturns
method. This belongs to the Order Module.
This method updates existing returns.
Promise
Promise<ReturnDTO[]>This method updates existing returns matching the specified filters.
selector
Partial<FilterableReturnProps>data
Partial<UpdateReturnDTO>Promise
Promise<ReturnDTO[]>This method updates an existing return.
id
stringdata
Partial<UpdateReturnDTO>Promise
Promise<ReturnDTO>