Writing C# code against the CommerceBuilder libraries
Posted: Tue May 19, 2009 8:00 pm
CommerceBuilder seems to have a pretty rich set of business APIs.
I need to write custom code to use some of these APIs. For example, a 3rd party affiliate sells some of our products and sends us a CSV file with a list of the products sold and where to ship them. I need to write code that imports the proper columns from that file and adds the orders to the database.
Then I need to write code to grab all of the orders for an affiliate, export them to a CSV file and give that to a shipping warehouse to ship the products. Don't ask why, it's just the workflow we have to support.
It looks like using the APIs like OrderDataSource and so forth are required.
It there any documentation (however terse) on the CommerBuilder APIs? Even a flat list of the APIs would help as I can pick through the names and trial/error in debug get the results I need....
thanks
I need to write custom code to use some of these APIs. For example, a 3rd party affiliate sells some of our products and sends us a CSV file with a list of the products sold and where to ship them. I need to write code that imports the proper columns from that file and adds the orders to the database.
Then I need to write code to grab all of the orders for an affiliate, export them to a CSV file and give that to a shipping warehouse to ship the products. Don't ask why, it's just the workflow we have to support.
It looks like using the APIs like OrderDataSource and so forth are required.
It there any documentation (however terse) on the CommerBuilder APIs? Even a flat list of the APIs would help as I can pick through the names and trial/error in debug get the results I need....
thanks