Step 2: Configure the Digital River app
Learn how to configure the Digital River app.
Last updated
Learn how to configure the Digital River app.
Last updated
The Digital River app uses the following settings:
General Config
Product Sync
Fulfillment Config
The General Config tab provides settings to establish secure connections between the Salesforce Lightning app and Digital River. This tab also includes information (for example, Ship From Address**,** DR Default Entity, and DR API Endpoint) that will be used in the requests that will be sent to Digital River.
The Product tab provides the batch job settings for syncing or re-syncing products between Salesforce and Digital River. See Step 8: Configure and synchronize the products for information on how to sync the products.
The Fulfillment tab provides configuration settings for batching fulfillments and cancellations.
To configure the General Config settings:
Click App Launcher .
Type Digital River App
in the Search apps and items field and click Digital River App.
Click the General tab. This tab includes fields for storing information.
Enter the values in the following fields, such as the DR Secret Key, DR Public Key, and other fields to configure the Digital River app.
Click Test DR Connection to verify whether you can successfully connect with the configured Digital River site. If there are errors, check your settings and try again.
Click Save.
Use the following fields to store configuration information:
To configure the Product settings:
Click the Product tab.
Enter the value in the Batch Schedule Time and Batch Size fields.
Click Save.
The Product Sync batch job uses the following configuration settings for its schedule and scope size:
Test the app's configuration after you configure the Product Sync batch job.
To configure the fulfillment and cancellation settings:
Click the Fulfillment tab.
Complete the fields and click Save.
Fulfillment uses the following settings.
Field | Description |
---|---|
Field | Description |
---|---|
DR Secret Key
DR Public Key
DR JS Static Resource
The static resource that points to the DigitalRiver.js file. (Namespace should not be added.)
Example: DRJS
DR CSS Static Resource
The static resource that points to the Digital River CSS file. (Namespace should not be added.)
Example: DRCSS
Connector Notification Email
The email address for notifications or exceptions.
From Address for System Emails
The email address used to send connector notifications and exceptions.
The static resource that points to the client CSS. Example: DROverideCSS
DR Default Entity
Default Digital River selling entity
DR API Endpoint
The Digital River API endpoint. Example: https://apidigitalriver.com
DR API Timeout
The Digital River API timeout value.
DR Environment name
The environment name (for example, Dev, QA, UAT, Production) used in the email subject for system-generated emails.
DR Webhook Retry Interval
The number of seconds to wait before the Webhook handler reprocesses the event. Do not specify a value that is more than 30 seconds.
Ship From Address – Country ISO Code
The country ISO code for the ship from address.
Ship From Address - State ISO Code
The state ISO code for the ship from address.
Ship From Address - Postal Code
The postal code for the ship from address.
Ship From Address - City
The city associated with the ship from address.
Ship From Address - Line
The ship from address.
Ship From Address - Scope
Indicates where to get the ship from address for tax calculation purposes. Choose Default or see Extend the Ship From address for more details.
Ship From Address - Provider Name
The Apex class name that is responsible for resolving the Ship From Address information used in the checkout request (extension point for Ship From Address).
The name of the Apex class that is responsible for serviceLevel
and description information used in the checkout request.
Batch Schedule Time
Enter the time in minutes for scheduling the batch job.
Batch Size
Enter the batch scope size. This value should not exceed 100.
Valid values are true
or false
. If true, all Fulfillment/Cancellation Line Item requests will be batched.
Fulfillment/Cancellation Wait Time
Enter the time in minutes for batching fulfillments or cancellations. By default, the wait time is 30 minutes. The connector sends a single fulfillment or cancellation request to Digital River the specified number of minutes after it receives the first LineItem Fulfillment/Cancellation request for an order. If there is more than one request during that time, the connector will batch those requests into a single fulfillment/cancellation request.