Operation Id:
refunds/updateRefund/ [Official Documentaction]
Methods
- sourceType 'order'|'return'|'rma'
- sourceId Integer
- paymentId String
- refundValue Number
- refundCurrency String
Examples
This function updates the refund information for a specific order, payment, and refund value in a specific currency.
Loading editor...
const result = await idosellRequest.putRefundsUpdateRefund .sourceType("order") .sourceId(3) .paymentId(5) .refundValue(15) .refundCurrency("PLN") .exec();