IFlashpointShoppingCartApplySourceCodeByPromotionalCode Method

Applies a source code to the cart, by way the source code's public promotional code

Definition

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

Parameters

cartToken  String
Working cart token
promotionalCode  String
A promotional code, as represented by a src_eweb_code

Return Value

IShoppingCartState
The updated cart

See Also