Note: This release is in preview. Features described here don’t become generally available until the latest general availability date that Salesforce announces for this release. Before then, and where features are noted as beta, pilot, or developer preview, we can’t guarantee general availability within any particular time frame or at all. Make your purchase decisions only on the basis of generally available products and features.

ConnectApi.LineItemResponse

Response class that stores information about a list of one or more line items on which the tax engine has calculated tax.
Property Name Type Description Available Version
addresses ConnectApi.​TaxAddresses​Response The Ship From, Ship To, and Sold To addresses used during tax calculation. 55.0
amountDetails ConnectApi.​TaxAmount​DetailsResponse Information about tax amount values on the line item. 55.0
effectiveDate Datetime The date that the tax calculation takes effect. 55.0
lineNumber String System-generated number used to identify the tax line. 55.0
productCode String Product code for the product related to the taxed line item. 55.0
quantity Double Quantity of the taxed line item. 55.0
taxCode String Tax code for the taxed line item. 55.0
taxes List<ConnectApi.​TaxDetails​Response> Tax details for each line item in a tax line item output. 55.0