We use cookies to make HubSpot's community a better place. Cookies help to provide a more personalized experience and relevant advertising for you, and web analytics for us. To learn more, and to see a full list of cookies we use, check out our Cookie Policy (baked goods not included).
Hello, I need to add products to deal so first I create a line item with : v3/objects/line_items/batch/create
var payload = {
inputs: [
{"properties": {
"hs_product_id": productToAdd,
"quantity": "1",
}},
read more