JDBC Driver for Magento

Build 22.0.8462

FireAction

Execute a Magento action, by specifing the action name and order/invoice id.

The following are the available Magento 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.

Copyright (c) 2023 CData Software, Inc. - All rights reserved.
Build 22.0.8462