Intro
Magento Enterprise Edition is a high performance, scalable eCommerce solution for fast-growing and large businesses. It’s got the enterprise-class features and the flexibility you need to create an eCommerce solution tailored to your unique needs. And to help you drive more traffic to your store, convert browsers into buyers and boost online revenue. To learn more about the Magento API, visit their page http://www.magentocommerce.com/api/rest/introduction.html. You can connect to your Magento account in the Data Center. This topic discusses the fields and menus that are specific to the Magento connector user interface. To add DataSets, set update schedules, and edit DataSet information, see Adding a DataSet Using a Data Connector.Prerequisites
To connect to your Magento account and create a DataSet, you must have the following:- Domain
- Consumer Key
- Consumer Secret
- Access Token
- Access Token Secret
Connecting to Your Magento Account
This section enumerates the options in the Credentials and Details panes in the Magento Connector page. The components of the other panes in this page, Scheduling and Name & Describe Your DataSet, are universal across most connector types and are discussed in great detail in Adding a DataSet Using a Data Connector.Credentials Pane
Magneto connector uses Oauth1.0a for authentication. This pane contains fields for entering credentials to connect to your Magento account. The following table describes what is needed for each field:Field | Description |
|---|---|
Domain | Enter your Magento installed domain (minus the protocol). For example, api.company.com. |
Consumer Key | Enter your Consumer Key. |
Consumer Secret | Enter your consumer secret. |
Access Token | Enter your access token. |
Access Token Secret | Enter your access token secret. |
Details Pane
This pane contains a primary Reports menu, along with various other menus which may or may not appear depending on the report type you select.Menu | Description | ||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Report | Select the Magento report you want to run. The following reports are available:
| ||||||||||||
Filter | Enter filters for the report, separate multiple filters by a ’;’. For example, ‘increment_id > 2345554’, ‘store_name!= Warehouse’, ‘entity_id between 1000 and 2000;subtotal < 56.00. | ||||||||||||
Reset Update | Select ‘Yes’ to reset the update flag. Resetting the flag will cause the data source to retrieve all available data, rather than just the new data from the last update. |