To use the Vend connector, add the <vend.init>
element in your configuration before carrying out any other Vend operations.
The Vend API allows authorisation using the OAuth 2.0 standard. For more information, see https://developers.vendhq.com/documentation/oauth.html#oauth.
init
<vend.init> <apiUrl>{$ctx:apiUrl}</apiUrl> <accessToken>{$ctx:accessToken}</accessToken> </vend.init>
Properties
apiUrl:
The base endpoint URL of the Vend API.accessToken:
OAuth Token to read and manipulate data of the Vend account.
Now that you have connected to Vend, use the information in the following topics to perform various operations with the connector.