Provides integration into Magento via the v2.2 REST API documented at http://devdocs.magento.com/guides/v2.0/get-started/bk-get-started-api.html.
Revision History
2.0.0.0 Initial Release
Properties
Connection
Type: Connection Input
MagentoBaseUrl
Type: String
AccessToken
Type: Password
The Connection Property
Action
Type: List Input
The list of supported Actions against the Module.
Module
Type: List Input
The list of supported Modules.
ParameterXml
Type: String Input
The parameter document that governs how the request document is processed.
RequestXml
Type: Xml Input
The request document.
ResponseXml
Type: Xml Output
The response document.
Remarks
Setting up a Connection
This Node makes use of token-based authentication as described at http://devdocs.magento.com/guides/v2.0/get-started/authentication/gs-authentication-token.html.
To set up a Connection, follow these steps:
Capture the domain for the website into the
MagentoBaseUrl
property.Log in to Magento Admin and click System > Integrations to display the Integrations page.
Click Add New Integration to display the New Integration page.
Enter a unique name for the integration in the Name field. Then enter your admin password in the Your Password field. Leave all other fields blank.
Click the API tab. Select the Magento resources the integration can access. You can select all resources, or select a custom list.
Click Save to save your changes and return to the Integrations page.
Click the Activate link in the grid that corresponds to the newly-created integration.
Click Allow .
Copy the value in
Access Token
and paste it into theAccessToken
property in the Flowgear Connection.
Node Samples
Access Node Samples to see a list of available calls.