OrderLinePutUnitCost Method A Sandcastle Documented Class Library
Adds information about the cost (what it costs for the shop to acquire the product, including VAT) for each unit to this order line. Note: Some parts of eSales might behave strangely if cost is included in some, but not all, notified orders.

Namespace:  Apptus.ESales.Connector
Assembly:  Apptus.Esales.ConnectorApi (in Apptus.Esales.ConnectorApi.dll) Version: 4.0.0
Syntax

C#
public OrderLine PutUnitCost(
	double price
)

Parameters

price
Type: SystemDouble
The price, in units of the market currency.

Return Value

Type: OrderLine
The line itself.
See Also

Reference