LogoLogo
Connectors
SAP Commerce Cloud Extension 1.1
SAP Commerce Cloud Extension 1.1
  • SAP Commerce Cloud Extension 1.1
  • Introduction
    • Extension support
    • General workflow
    • Features
    • Enable features
  • Install the extension
    • Step 1: Download the extension
    • Step 2: Update the localextensions.xml
    • Step 3: Run the installation command
    • Step 4: OOB code changes
    • Step 5: Rebuild the system
    • Step 6: Update the system
  • Configure the extension
    • Step 1: Open or update the Digital River configuration page
    • Step 2: Attach the Base Store configuration
    • Step 3: Load the Digital River tax groups
    • Step 4: Configure the product
    • Step 5: Create SKUs and run Cron jobs
    • Step 6: Set up regulatory fees
    • Step 7: Enable support for digital products
    • Step 8: Run the confirmation email body template
    • Step 9: Add the Digital River compliance statement
    • Step 10: Customize the locale, OMS, and webhooks
  • Test the extension
  • Support
Powered by GitBook
On this page
  • SKU creation
  • Fee creation
  • Fulfillment retry job
  1. Configure the extension

Step 5: Create SKUs and run Cron jobs

Learn how to create SKUs and run Cron jobs.

PreviousStep 4: Configure the productNextStep 6: Set up regulatory fees

Last updated 3 years ago

SKU creation

Before performing this step, complete the , , , and steps.

To create SKUs for the Digital River system, use the ImpEx below to create the Cron job at the merchant application after updating the product catalog ID and store ID.

$siteUid=electronics
$storeUid=electronics
$productCatalog=electronicsProductCatalog
INSERT_UPDATE CreateSKUCronJob;code[unique=true];job(code)[default=createSKUJob];
sessionLanguage(isoCode)[default=en];productCatalog;baseStore(uid)
;$siteUid-CreateSKUCronJob;;;$productCatalog;$storeUid


INSERT_UPDATE Trigger;cronJob(code)[unique=true];cronExpression
;$siteUid-CreateSKUCronJob;0 0/5 * 1/1 * ? *

Fee creation

Use the ImpEx below to create the fee.

$siteUid=electronics
$storeUid=electronics
$productCatalog=electronicsProductCatalog
INSERT_UPDATE CreateFeeCronJob;code[unique=true];job(code)
[default=createRegulatoryFeeJob];sessionLanguage(isoCode)[default=en];
baseStore(uid)
;$siteUid-CreateFeeCronJob;;;$storeUid


INSERT_UPDATE Trigger;cronJob(code)[unique=true];cronExpression
;$siteUid-CreateFeeCronJob;0 0/5 * 1/1 * ? *

Fulfillment retry job

This Cron job gets the pending consignment list and creates a Digital River fulfillment.

Fulfillment retry job impex

$siteUid=electronics
$storeUid=electronics
$productCatalog=electronicsProductCatalog
INSERT_UPDATE  FulfillmentRetryJob;code[unique=true];job(code)
[default=createFulfillmentRetryJob];sessionLanguage(isoCode)[default=en];
baseStore(uid)
;$siteUid-FulfillmentRetryJob;;;$storeUid

Digital River Configuration
Base Store Configuration
Digital River Tax Group
Product Configuration