Jimut
Guest
|
Posted:
Thu Dec 09, 2004 9:23 am Post subject:
Multiple Shipment |
|
|
I am processing my basket via Splitter pipeline component :
As shown below :
PipelineInfo totalInfo = new PipelineInfo("total");
totalInfo.Profiles.Add("User", CommerceContext.Current.UserProfile);
basket.RunPipeline(totalInfo);
I need to access the Shipment object. How can I access the same from my
basket object ?
(I am using the following references in my project :
using Microsoft.CommerceServer.Runtime;
using Microsoft.CommerceServer.Runtime.Profiles;
using Microsoft.CommerceServer.Runtime.Orders;
using Microsoft.CommerceServer.Runtime.Pipelines;
using Microsoft.CommerceServer.Runtime.Catalog;
using Microsoft.CommerceServer.Runtime.Diagnostics;
using Microsoft.CommerceServer.Runtime.Caching;
using Microsoft.CommerceServer.Interop;
using Microsoft.CommerceServer.Interop.Orders;)
Also I am not able to get the transaction context, which I feel is very
much required to access shipments.
Any pointer to this will be of much help.
Regards,
Jimut. |
|