Microsoft Commerce Server
Resource on this site
MyCommerceServerProgrammingTips
Background Info
Microsoft Resources
One of the key things to understand are catalogs, categories, product families and product variants. Read about them here.
Microsoft Commerce Server 2007 Partner SDK Documentation Download
CS2007 Updates
Service Pack 1 (see also this guys's experience with this )
Sample App Resources
Other Code
Unit Testing
MSDN On-Demand Webcasts, Live Webcasts, Virtual Labs for "Commerce Server 2007"
TechNet Webcasts
Microsoft Commerce Server Team Blog
Other Blogs
Max Akbar's Blog has some of the best material on CS2007 available as of the time of this writing.
Start with his Pre-training Resources
Take a look at Max's series on pipeline components - good stuff.
Max Akbar's - Pipeline Components Part I - is a good introduction to pipelines and thier purposes. Includes coverages of the Pipeline Editor, Pipeline Configuration Files (*.pcf), Pipeline Stages and Components, Pipeline Execution Objects (MtsPipeline, MtxTxPipeline, etc.)
Max Akbar's - Pipeline Components Part II - this covers the basics of creating a pipeline component in C#, registering and then adding the newly created component into a pipeline by using the Pipeline Editor.
Max Akbar's - Pipeline Components Part III - this entry goes into more details about implementing a custom pipeline component including the various required (IPipelineComponent) and optional (IPipelineComponentAdmin) COM interfaces.
Max Akbar's - Pipeline Components Part IV - Covers creating property pages for your pipeline components as well as pipeline component debugging. Don't miss the link (shown below) on how to run pipeline components from a console applicatoin.
Also see Running Pipeline Components from a Console App from Nihit Kaul's World of Commerce and TestingNihit Kaul's World of Commerce and Testing
Also check out the XMLTracer pipeline component for troubleshooting
XMLTracer was initially developed as part of this article about Commerce Server 2002
Another good link in this article is How to use the Scriptor component
http://blogs.msdn.com/maxakbar/archive/2006/09/20/764024.aspx
http://blogs.msdn.com/tschultz/archive/tags/Commerce+Server/default.aspx
Credit Card Payment Legalease
Related Technoloogies
Commerce Server 2002 Stuff