Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

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 Vend uses OAuth authorization to allow users of applications to securely access data without having to reveal username and password credentials. For 0 standard. For more information, see https://developerdevelopers.salesforcevendhq.com/docsdocumentation/atlas.en-us.api_rest.meta/api_rest/intro_understanding_authentication.htm.oauth.html#oauth.

Code Block
languagexml
titleinit
<salesforcebulk<vend.init>
    <apiVersion>	<apiUrl>{$ctx:apiVersionapiUrl}</apiVersion>
    apiUrl>
	<accessToken>{$ctx:accessToken}</accessToken>
	<apiUrl>{$ctx:apiUrl}</apiUrl>
</salesforcebulkvend.init>
Properties
  • apiVersionapiUrlThe version base endpoint URL of the Salesforce Vend API.
  • accessToken: Access token OAuth Token to read and manipulate data of the organizational Vend account.
  • apiUrl: The API URL to access the endpoint.

Now that you have connected to SalesforceBulkVend, use the information in the following topics to perform various operations with the connector. 

...