FireAction
Execute a Magento action, by specifing the action name and order/invoice id.
The following are the available AdobeCommerce 2.x actions:
- CancelOrder: Cancels a specified order.
- EmailOrder: Emails a user a specified order.
- HoldOrder: Holds a specified order.
- UnHoldOrder: Releases a specified order from hold status.
- EmailInvoice: Emails a user a specified invoice.
- VoidInvoice: Voids a specified invoice.
- CaptureInvoice: Sets an invoice capture.
Input
Name | Type | Description |
ActionName | String | The name of the action, to be executed. |
Id | String | The Id of the order/invoice. |
Result Set Columns
Name | Type | Description |
Success | String | Whether or not the action was executed with success. |