Deal Amounts not being recalculated when Line Item Qty is updated via the API
SOLVE
Our context is a SaaS vendor where the deal amount can vary dynamically, we want Hubspot to automatically reflect the qty and value of deals on a per deal basis and to roll-up to reports. We want to base automation based on assessing the deal amount value.
We are using the Line Item API to dynamically change the Qty property of a Line Item on a deal, as driven from our internal systems when a customer increases the qty. Our Deal Amount configuration is set-up to nominate ARR as it's default method. Indeed, this works fine when the Hubspot UI is used to make changes to the qty.
However, when the API is used to update the qty, the Deal Amount is not recalculated. Indeed, the UI for editing the Line Item show it reverts to 'Manual' and thus the two get out of sync.
We believe that the v3 API is being correctly used to update the qty, this is the response we get to making an update:
Deal Amounts not being recalculated when Line Item Qty is updated via the API
SOLVE
Thanks - I'll look to see how best to arrange our own ripple-up and also raise a ticket to see if it gets accepted as a bug/enhancement, as I'd expect a consitent treatment from both the UI and API.