OrderLinePutUnitCost Method |
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.5.0
Syntax public OrderLine PutUnitCost(
double price
)
Parameters
- price
- Type: SystemDouble
The price, in units of the market currency.
Return Value
Type:
OrderLineThe line itself.
See Also