Consolidated opportunity items
The consolidated opportunity items object holds information about items on an opportunity, consolidated by product name.
Consolidation
Opportunity items
Opportunity
Stock level
Objects that return consolidated opportunity items
order.consolidated_items
order.consolidated_items{% for item in order.consolidated_items %}
{{ item.name }}
{% endfor %}order.consolidated_principal_opportunity_items
order.consolidated_principal_opportunity_items{% for item in order.consolidated_items %}
{{ item.name }}
{% endfor %}charge_excluding_tax_total
charge_excluding_tax_totalInput
Output
charge_including_tax_total
charge_including_tax_totalInput
Output
charge_total
charge_totalInput
Output
is_product?
is_product?Input
Output
is_rental?
is_rental?Input
Output
is_sale?
is_sale?Input
Output
is_service?
is_service?Input
Output
is_service_item?
is_service_item?Input
Output
is_text_item?
is_text_item?Input
Output
name
nameInput
Output
opportunity
opportunityInput
Output
Opportunityproduct_stock_levels
product_stock_levelsInput
Output
Stock levelquantity
quantityInput
Output
revenue_group
revenue_groupInput
Output
surcharge_amount
surcharge_amountInput
Output
tax_total
tax_totalInput
Output
transaction_type_name
transaction_type_nameInput
Output
use_chargeable_days
use_chargeable_daysInput
Output
Last updated