Magento Delete

Magento Delete activity is used to delete an object in the Magento system.

Configuration

On the Settings tab, you can define the Magento connection and the type of object to be deleted.

Field Description
Connection Select the connection you want to use from the drop-down list.
Note: Connections created with version 1.0 of the Magento connector are no longer supported. If you select such a connection an error is displayed.
Object Select one of the following objects from the drop-down list:
  • Products
  • Customers
  • Orders
  • Invoices
Path Contains a list of resources that can be used to delete items within the specified object.
Note: The options in this list vary depending on the object you selected.

Input

The input parameters displayed for this activity depends on the object that you selected on the Settings tab. Variable components are denoted by {}. For example, if the selected path is: /products/{sku} then the input for sku must be mapped to a specific value.

Note: It is mandatory to provide the required input properties for the Magento delete activity.

Output

The Output data corresponds to the activity for the selected path. The output schema depends on the activity, object, and path. Map the output based on the available options.

Iterator

If you would like this activity to iterate multiple times within the flow, enter an expression that evaluates to the iteration details. If you leave this tab blank, the activity will be executed only once. Refer to the "Using the Iterator in an Activity" topic in the TIBCO Flogo® Enterprisedocumentation.

Related concepts