Custom Commerce Connect cart and orders entities
Version:
If you extend any of the Commerce Server or Commerce Connect types, you can create your own equivalent pipeline processor and insert it after RegisterDataModelExtensions. Do not replace the RegisterDataModelExtensions pipeline.
You must register any entity that is synced into xDB (EAPs or Page Events) in the MongoDbObjectMapper. Inside the Initialize pipeline, there is a processor called RegisterDataModelExtensions that registers all of the Commerce Server extensions to Commerce Connect types.
Example of a pipeline processor that registers a custom type: