APIs & Integrations

JIson
Member

What API to Use to Update Deal Amouont?

SOLVE

I'm looking to update the deal amount but I'm not sure what API to call to do this. I want to single out a specific deal so I can update the deal amount of it. Thanks!

0 Upvotes
2 Accepted solutions
Shae_Taylor
Solution
Participant

What API to Use to Update Deal Amouont?

SOLVE

If you are trying to change only one deal, you could simply navigate to the deal you wish to change and edit the amount here. 

Screenshot 2025-06-11 at 5.49.27 PM.png

If you have products set up, you can update the line item associated with the deal to show the desired price. That will also update the deal amount. 

 

A workflow would also accomplish your goal if you have more than one deal that meet your desired criteria. An example would be if the deal reaches a specific stats or deal stage, the deal amount would then update. 

 

If you want to programmatically update the Amount field on a specific deal in HubSpot, you’ll want to use the CRM API for Deals — specifically the Update a Deal endpoint. Here's an article that will give you more information on how to set that up

 

Hope this gets you what you need! Let me know how it goes or if you run into anything. Happy to help further.

 

 

View solution in original post

0 Upvotes
JIson
Solution
Member

What API to Use to Update Deal Amouont?

SOLVE

awesome. Thanks! Turns out it wasn't that easy. I needed to findout the internal name of the pipeline along with the dealstage then do an API search from there to match a specific deal property to pull and update it. 

View solution in original post

3 Replies 3
Shae_Taylor
Solution
Participant

What API to Use to Update Deal Amouont?

SOLVE

If you are trying to change only one deal, you could simply navigate to the deal you wish to change and edit the amount here. 

Screenshot 2025-06-11 at 5.49.27 PM.png

If you have products set up, you can update the line item associated with the deal to show the desired price. That will also update the deal amount. 

 

A workflow would also accomplish your goal if you have more than one deal that meet your desired criteria. An example would be if the deal reaches a specific stats or deal stage, the deal amount would then update. 

 

If you want to programmatically update the Amount field on a specific deal in HubSpot, you’ll want to use the CRM API for Deals — specifically the Update a Deal endpoint. Here's an article that will give you more information on how to set that up

 

Hope this gets you what you need! Let me know how it goes or if you run into anything. Happy to help further.

 

 

0 Upvotes
JIson
Solution
Member

What API to Use to Update Deal Amouont?

SOLVE

awesome. Thanks! Turns out it wasn't that easy. I needed to findout the internal name of the pipeline along with the dealstage then do an API search from there to match a specific deal property to pull and update it. 

Shae_Taylor
Participant

What API to Use to Update Deal Amouont?

SOLVE

Good job digging deeper and finding the solution! Glad I could help

0 Upvotes