IFlashpointShoppingCartUpdateDetail Method
Updates an invoice detail in the cart
Namespace: Ignition.Commerce.ShoppingAssembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.3454
IShoppingCartState UpdateDetail(
string cartToken,
string containingCollection,
NetForumId detailId,
Object valueUpdates
)
Function UpdateDetail (
cartToken As String,
containingCollection As String,
detailId As NetForumId,
valueUpdates As Object
) As IShoppingCartState
IShoppingCartState^ UpdateDetail(
String^ cartToken,
String^ containingCollection,
NetForumId^ detailId,
Object^ valueUpdates
)
abstract UpdateDetail :
cartToken : string *
containingCollection : string *
detailId : NetForumId *
valueUpdates : Object -> IShoppingCartState
- cartToken String
- Working cart token
- containingCollection String
- The "Invoice Detail Collection" that the invoice detail to update is in
- detailId NetForumId
- Invoice detail to update
- valueUpdates Object
- A flex-compatible object containing the values to update on the invoice detail
IShoppingCartStateThe updated cart