This site contains the documentation that is relevant to older WSO2 product versions and offerings.
For the latest WSO2 documentation, visit https://wso2.com/documentation/.

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

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/.

init
<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 Testing the TradeGecko Integration

  • No labels