Click or drag to resize

SalesDiscountProviderCreateProductOrderline Method (Order, String, String)

Namespace:  Dynamicweb.Ecommerce.Orders.SalesDiscounts
Assembly:  Dynamicweb.Ecommerce (in Dynamicweb.Ecommerce.dll) Version: 1.12.0
Syntax
protected OrderLine CreateProductOrderline(
	Order order,
	string productId,
	string variantId
)

Parameters

order
Type: Dynamicweb.Ecommerce.OrdersOrder
productId
Type: SystemString
variantId
Type: SystemString

Return Value

Type: OrderLine
See Also