Dec 1, 2021 5:44 PM
Hi,
Again a bit of advice would be welcome.
I'm importing Lines and Deals against Customers.
I've synced all products from our ERP to the pridcuts library.
I've got api tasks to bring in new invoices. and sync products.
I want to bulk import via spreadsheets the history.
Deals are fine and can be associated with Companies.
Question - Can line_items be bulk imported and associated with deals via spreadsheet?
I dont see line_items listed in the import wizard ?
Solved! Go to Solution.
Dec 2, 2021 4:57 AM
Hi @TAppleton, It's not possible to import line items from UI like importing deals or contacts.
However, it can be done via line items API to create new line items and associate them with deals. You can also use the batch create endpoint.https://developers.hubspot.com/docs/api/crm/line-items
I hope this is useful
Mar 30, 2022 1:42 AM
Hi @TAppleton,
HubSpot is currently rolling out a feature to import line items:
More information in this update by Kyle Jepson in this LinkedIn post.
If this answers your original question, you can make it easier for others to find this information by accepting my post as a solution. I'd appreciate it!
Have a great day!
Karsten Köhler |
![]() | Did my post help answer your query? Help the community by marking it as a solution. |
Dec 2, 2021 4:57 AM
Hi @TAppleton, It's not possible to import line items from UI like importing deals or contacts.
However, it can be done via line items API to create new line items and associate them with deals. You can also use the batch create endpoint.https://developers.hubspot.com/docs/api/crm/line-items
I hope this is useful