| AcceptGoodsAction |
|
| ApproveReturnAction |
|
| ApproveReturnActionTest |
|
| CancelReturnAction |
|
| CaptureRefundAction |
Part of the refund process that returns the money to the customer.
|
| CompleteReturnAction |
|
| CompleteReturnActionTest |
|
| InitialReturnAction |
Check whether the return request is an instore or an online request and redirects it to the appropriate step.
|
| InitialReturnActionTest |
|
| InventoryUpdateAction |
Update inventory and set the ReturnRequestModel status to COMPLETED.
A custom update inventory behavior must be implemented.
|
| InventoryUpdateActionTest |
|
| PrintPackingLabelAction |
|
| PrintReturnLabelAction |
|
| SuccessCaptureAction |
Business logic to execute when payment capture was successful.
|
| SuccessTaxReverseAction |
Business logic to execute when tax was reversed successfully.
|
| TaxReverseAction |
Reverse tax calculation and update the ReturnRequestModel status to TAX_REVERSAL_FAILED or TAX_REVERSED.
|