IFlashpointShoppingCartIdentify Method

Sets the shopping cart owner. This action will refresh pricing to reflect member discounts.

Definition

Namespace: Ignition.Commerce.Shopping
Assembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.3454
C#
IShoppingCartState Identify(
	string cartToken,
	NetForumId customerId
)

Parameters

cartToken  String
Working cart token
customerId  NetForumId
ID of the customer to assign to the cart

Return Value

IShoppingCartState

See Also