Line Items Update

Hello,

I am trying to update the line items of my deals, but I can’t find their ID. I would like to find them using my deals, so I can update them. How can I do this? And with which properties?

Thank you

Nicolas

Hi @NMusicki,

Line Items are their own object within HubSpot, so to find them based off of your deals you can use the associations API, either V3 or V4 work well here. The association type ID is “19” for deal to line items which you would use in the API to find the line items asssociated to a deal.

Best,