IFlashpointShoppingCartAddShipping Method

Adds a shipping line item to the cart, with Flashpoint automatically removing any existing shipping line items

Definition

Namespace: Ignition.Commerce.Shopping
Assembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.3454
C#
IShoppingCartState AddShipping(
	string cartToken,
	NetForumId productId,
	Object terms
)

Parameters

cartToken  String
Working cart token
productId  NetForumId
The product ID of the shipping item to add.
terms  Object
A flex-compatible object with additional fields to set on the created invoice detail

Return Value

IShoppingCartState
The updated cart

See Also