Connector Salesforce Commerce Cloud
The component exports data from Salesforce Commerce Cloud from the endpoint: orders
, e.g. order details like billing address, name, payment, transacted amount, item bought, etc.
Data In/ Data Out
Data In |
N/A |
Data Out |
Connector saves extracted data into |
Learn more: about the folder structure please go to this article.
Parameters
Credentials | |
Client ID (required) | The ID of the client account created with Salesforce Commerce. |
Client Secret (required) | Client secret |
Organisation ID (required) | The unique identifier for your Salesforce identity. |
Short code (required) |
Region-specific merchant ID present in the base URL, e.g. if the URL is: ‘https://example.api.commercecloud.salesforce.com’ Short code is: ‘example’ |
Tenant ID (required) | Represents the e-commerce environment for which you request the access token. |
Site ID (required) | A unique site ID (for example, RefArch or SiteGenesis). |
Learn more: Salesforce documentation
Time range | |
From -last modified (required) | Return orders where the timestamp of the last modification is equal to or greater than the passed datetime:
|
To -last modified (required) | Return records where the timestamp of last modification is less than the passed datetime.
|