smitbmx / dotnet-catalyst-examples

Examples middleware patterns for Ordercloud using the Catalyst library.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dotnet-catalyst-examples

Example middleware patterns for Ordercloud using the Dotnet Catalyst library.

Why do I need middleware?

Developers building OrderCloud ecommerce apps often use a server-side project for a variety of features. For example, secure integrations with 3rd parties like payment processors, scheduled jobs that sync data like product imports, custom event triggered emails, and others. Its almost certain your ecommerce solution will require middleware.

Learn how to stand up a hosted middleware API from scratch.

Learn how to hook custom logic into any Ordercloud API request with Webhooks.

Learn how to plug in your preferred shipping, tax, and payment processing partners to Ordercloud.

Learn how to import a product catalog to Ordercloud and keep it in sync with updates.

Learn how to forward orders captured in ordercloud to a downstream system that handles fulfillment.

Learn how to wrap an Ordercloud endpoint in your own hosted API to perform logic in a secure environment.

About

Examples middleware patterns for Ordercloud using the Catalyst library.

License:MIT License


Languages

Language:C# 100.0%