IFlashpointShoppingCartIdentify Method
Sets the shopping cart owner. This action will refresh pricing to reflect member discounts.
Namespace: Ignition.Commerce.ShoppingAssembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.3454
IShoppingCartState Identify(
string cartToken,
NetForumId customerId
)
Function Identify (
cartToken As String,
customerId As NetForumId
) As IShoppingCartState
IShoppingCartState^ Identify(
String^ cartToken,
NetForumId^ customerId
)
abstract Identify :
cartToken : string *
customerId : NetForumId -> IShoppingCartState
- cartToken String
- Working cart token
- customerId NetForumId
- ID of the customer to assign to the cart
IShoppingCartState