Info |
---|
This data connector is in Beta. For more information, contact |
Commerce Cloud connects the customer journey and drives success from anywhere with customer-centric commerce built for every industry.
...
Basic Knowledge of Treasure Data
Basic knowledge of Treasure Data CLI
- Basic knowledge of Salesforce Commerce Cloud
- Basic knowledge of Open Commerce Cloud API
- Commerce Cloud Account Manager System Access
Limitations
- The application secret should not contain the
%
character. Due to an internal issue with the SFCC authentication server, any secret the contains the% character, is not able to authenticate.
- Incremental loading is only supported for Creation Date, not Modified Date
- A large volume of data may cause low performance
- In preview mode, the connector does not support generating the detailed data preview because of time restrictions on fetching the data preview.
- An Inventory List with no product is still inserted as one record, the properties belong to the Product Inventory List and will be null.
About Incremental Data Loading
...
Numbered Headings | ||||||||
---|---|---|---|---|---|---|---|---|
| ||||||||
Open TD Console.Navigate to Integrations Hub > Catalog.Search for and select Salesforce B2C Commerce Cloud.Choose Create Authentication.The following dialog opens: Type or select the required information:
Type a name for your connection.Select Continue. |
...
Numbered Headings | ||||||||
---|---|---|---|---|---|---|---|---|
|
Available Configuration
Configuration name | Type | Available when | Required | Sample value | Description |
---|---|---|---|---|---|
base_url | STRING | default | yes | SFCC’s instance base url | |
catalog_id | STRING | target = categories | no | test | Catalog’s ID |
client_id | STRING | default | yes | abcdef | Application’s ID |
client_secret | STRING | default | yes | abcdef | Application’s Secret |
customer_list_id | STRING | target = customers | yes if target = customers | test | Customer List Id |
incremental | BOOLEAN | target = customers target = products target = catalog | no | true | Ingest incremental or not |
initial_retry_wait | LONG | default | no | 1 | First wait time when retrying (in seconds) |
inventory_list_id | STRING | target = inventory_lists | no | test | Inventory List’s ID |
last_value | STRING | target = customers target = products target = catalog | no | 2021-05-25T02:49:29.000Z | The timestamp to start ingest data |
levels | LONG | target = categories | yes if target = categories | 0 | Level of sub-category to ingest when target = categories |
maximum_retries | LONG | default | no | 5 | Maximum number of retry |
maximum_retry_wait | LONG | default | no | 120 | Max wait time when retrying (in seconds) |
site_id | STRING | target = products target = stores | yes if target = stores | test | The Site ID |
target | ENUM (customers , stores , categories , products , catalogs , inventory_lists ) | default | yes | customers | Target data type to ingest |
Sample Configuration
Customers
...