Operation Id:
refunds/getPossibleAutoRefunds/ [Official Documentaction]
Methods
- sourceId Integer
- sourceType 'order'|'return'|'rma'
Examples
This function retrieves all possible auto refunds for a specific source ID and source type of "return".
const result = await idosellRequest.getRefundsGetPossibleAutoRefunds
.sourceId(1)
.sourceType("return")
.exec()