Magento Create

Magento Create activity adds a resource under an object in the Magento System.

Configuration

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

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 create items within the specified object.
Note: The options in this list vary depending on the type of activity and the object you selected.

Input

The input displayed for this activity depends on the object and path that you selected on the Settings tab. Variable components are denoted by {}. For example if the selected path is: /products/{sku}/websites 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 create activity.

Output

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

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