 | IFlashpointShoppingCartApplySourceCodeByPromotionalCode Method |
Applies a source code to the cart, by way the source code's public promotional code
Namespace: Ignition.Commerce.ShoppingAssembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.28229
SyntaxIShoppingCartState ApplySourceCodeByPromotionalCode(
string cartToken,
string promotionalCode
)
Function ApplySourceCodeByPromotionalCode (
cartToken As String,
promotionalCode As String
) As IShoppingCartState
IShoppingCartState^ ApplySourceCodeByPromotionalCode(
String^ cartToken,
String^ promotionalCode
)
abstract ApplySourceCodeByPromotionalCode :
cartToken : string *
promotionalCode : string -> IShoppingCartState Parameters
- cartToken String
- Working cart token
- promotionalCode String
- A promotional code, as represented by a src_eweb_code
Return Value
IShoppingCartStateThe updated cart
See Also