Building Pipeline Components

Commerce Server Core Systems pipelines provide an infrastructure for running a sequence of pipeline components. Although Commerce Server Core Systems provides numerous pipeline components for performing standard business functions, you may need to write your own pipeline components to provide customized pipeline functionality to meet the needs of your business.

This section describes the interfaces that pipeline components support, how to writing a pipeline component by using C# or Visual Basic, how pipeline error levels affect the processing within pipelines, and how to debug your pipeline components.

The Commerce Server Core Systems extensibility kit includes a complete pipeline component developed in C#. It is called MinMaxShipping, and can be found in the following folder:

%COMMERCE_SERVER_ROOT%\Extensibility Kits\Samples\MinMaxShipping

In This Section

See Also

Other Resources

Core Orders System Pipelines

Developing with Core Systems Pipelines