To use the TradeGecko connector, add the <tradegecko.init>
element in your configuration before carrying out any other TradeGecko operations.
TradeGecko uses an authorization code, which is a key that is used to retrieve the access token. To acquire an authorization code, you must send your user to the authorization endpoint. For more information on authentication, see http://developer.tradegecko.com/developer/getting-an-authorization-code/.
Code Block | ||||
---|---|---|---|---|
| ||||
<tradegecko.init> <apiUrl>{$ctx:apiUrl}</apiUrl> <accessToken>{$ctx:accessToken}</accessToken> </tradegecko.init> |
Properties
apiUrl:
The base URL of the TradeGecko API.accessToken:
The access token to access back-end services.
Now that you have connected to TradeGecko, use the information in the following topics to perform various operations with the connector. After you have completed your configurations, see /wiki/spaces/CONNECTORS/pages/48464948.
...