Operation Id:
rma/rma/put [Official Documentaction]
Methods
- rmas Array<Object>
- rmaId Integer
- rmaStatusId Integer
- rmaChat Array<Object>
Examples
This function sets the RMA ID to 2 and the RMA status ID to 20.
Loading editor...
const result = await idosellRequest.putRma .rmaId(2) .rmaStatusId(20) .exec();