putRefundsConfirmRefund

Operation Id:
refunds/confirmRefund/ [Official Documentaction]
Methods

  • sourceType 'order'|'return'|'rma'
  • sourceId Integer
  • paymentId Integer
Examples

This function selects and identifies the source type, source ID, and payment ID for confirming a refund on a specific order.

const result = await idosellRequest.putRefundsConfirmRefund
	.sourceType("order")
	.sourceId(3)
	.paymentId(4)
	.exec()