Test and use cases

Tap into these use cases when developing and testing your commerce connector.

Here you'll find a continually expanding list of use cases that you can use when developing and testing your commerce connector. You can also reference our sequence diagram to better understand how these use cases fit into the lifecycle of a Digital River order.

Create a physical SKU

The commerce connector uses the SKUs API to create a physical SKU. This allows Digital River to compute taxes and return that information to customers during the checkout process.

Create a digital SKU

The commerce connector uses the SKUs API to create a digital SKU. This allows Digital River to compute taxes and return that information to customers during the checkout process.

Create a checkout as a guest customer

The commerce connector uses the Checkouts API to create a guest checkout. This means the customer isn't required to create an account during the checkout process.

Create a checkout as a registered customer

The commerce connector uses the Checkouts API to create a registered checkout. This means customers aren't required to reenter their shipping, billing, and payment details during the checkout process.

Last updated