<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Issues quote and custom quote template in APIs &amp; Integrations</title>
    <link>https://community.hubspot.com/t5/APIs-Integrations/Issues-quote-and-custom-quote-template/m-p/698307#M57239</link>
    <description>&lt;P&gt;Hi,&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/435129"&gt;@PEscrieut&lt;/a&gt;&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":waving_hand:"&gt;👋&lt;/span&gt; Thanks for reaching out! Hey&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/72866"&gt;@Jake_Lett&lt;/a&gt;,&amp;nbsp;do you have any tips you can share with&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/435129"&gt;@PEscrieut&lt;/a&gt;? Thank you! — Jaycee&lt;/P&gt;</description>
    <pubDate>Mon, 26 Sep 2022 16:02:56 GMT</pubDate>
    <dc:creator>Jaycee_Lewis</dc:creator>
    <dc:date>2022-09-26T16:02:56Z</dc:date>
    <item>
      <title>Issues quote and custom quote template</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/Issues-quote-and-custom-quote-template/m-p/698092#M57226</link>
      <description>&lt;P&gt;Hello,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm using the API to build a quote.&amp;nbsp;&lt;/P&gt;&lt;P&gt;If i'm using one of the standard template the quote is well generated.&lt;/P&gt;&lt;P&gt;If I'm using a custom quote template the amount of the quote is good but all the products are not shown (either on the PDF or WebPage)&lt;/P&gt;&lt;P&gt;If I recalled this quote and published it again from the Hubspot Web UI, all the products are shown.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Do you have the same issue? Do you have any idea about what I'm doint wrong?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 26 Sep 2022 08:52:13 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/Issues-quote-and-custom-quote-template/m-p/698092#M57226</guid>
      <dc:creator>PEscrieut</dc:creator>
      <dc:date>2022-09-26T08:52:13Z</dc:date>
    </item>
    <item>
      <title>Re: Issues quote and custom quote template</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/Issues-quote-and-custom-quote-template/m-p/698307#M57239</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/435129"&gt;@PEscrieut&lt;/a&gt;&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":waving_hand:"&gt;👋&lt;/span&gt; Thanks for reaching out! Hey&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/72866"&gt;@Jake_Lett&lt;/a&gt;,&amp;nbsp;do you have any tips you can share with&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/435129"&gt;@PEscrieut&lt;/a&gt;? Thank you! — Jaycee&lt;/P&gt;</description>
      <pubDate>Mon, 26 Sep 2022 16:02:56 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/Issues-quote-and-custom-quote-template/m-p/698307#M57239</guid>
      <dc:creator>Jaycee_Lewis</dc:creator>
      <dc:date>2022-09-26T16:02:56Z</dc:date>
    </item>
    <item>
      <title>Re: Issues quote and custom quote template</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/Issues-quote-and-custom-quote-template/m-p/698850#M57294</link>
      <description>&lt;P&gt;Would need you to share the code you used to create the quote.&lt;/P&gt;</description>
      <pubDate>Tue, 27 Sep 2022 13:08:46 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/Issues-quote-and-custom-quote-template/m-p/698850#M57294</guid>
      <dc:creator>LeeBartelme</dc:creator>
      <dc:date>2022-09-27T13:08:46Z</dc:date>
    </item>
    <item>
      <title>Re: Issues quote and custom quote template</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/Issues-quote-and-custom-quote-template/m-p/699019#M57319</link>
      <description>&lt;P&gt;In order to create the quote I'm doing:&amp;nbsp;&lt;/P&gt;&lt;P&gt;await createDeals()&lt;BR /&gt;await LinkDealsContact()&lt;BR /&gt;await createQuote()&lt;BR /&gt;await LinkQuoteQuoteTemplate();&lt;BR /&gt;await createTax()&lt;BR /&gt;for (let i in quoteData.products) {&lt;BR /&gt;await createProduct(quoteData.products[i], 1);&lt;BR /&gt;}&lt;BR /&gt;await LinkQuoteProduct();&lt;BR /&gt;await LinkDealsProduct();&lt;BR /&gt;await LinkQuoteContact();&lt;BR /&gt;await LinkQuoteTax()&lt;BR /&gt;await LinkQuoteDeals()&lt;BR /&gt;await updateQuoteState("APPROVAL_NOT_NEEDED");&lt;BR /&gt;await sendQuote();&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;More detail for some specific method&lt;/P&gt;&lt;P&gt;Create a deal with the JSON payload::&lt;/P&gt;&lt;P class="lia-indent-padding-left-30px"&gt;"dealname": "Quote_XXXX",&lt;BR /&gt;"dealstage": "presentationscheduled",&lt;BR /&gt;"pipeline": "default"&amp;nbsp;&lt;/P&gt;&lt;P class="lia-indent-padding-left-30px"&gt;POST on&amp;nbsp;&lt;A href="https://api.hubapi.com/crm/v3/objects/deals" target="_blank"&gt;https://api.hubapi.com/crm/v3/objects/deals&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Create a Quote with the JSON payload:&lt;/P&gt;&lt;P class="lia-indent-padding-left-30px"&gt;"hs_title": "Title",&lt;BR /&gt;"hs_currency": "EUR",&lt;BR /&gt;"hs_expiration_date": 'YYYY-MM-DD',&lt;BR /&gt;"hs_sender_email": "mail",&lt;BR /&gt;"hs_sender_company_name": "VVVVV",&lt;BR /&gt;"hs_sender_firstname":"firstname",&lt;BR /&gt;"hs_sender_lastname": "LastName",&lt;BR /&gt;"hs_sender_company_address": "CCCC",&lt;BR /&gt;"hs_sender_company_city": "YYYYY",&lt;BR /&gt;"hs_sender_company_zip": "XXXX",&lt;BR /&gt;"hs_sender_company_country": "France"&lt;/P&gt;&lt;P class="lia-indent-padding-left-30px"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Create LinkQuoteToCustomTemplate&amp;nbsp;&lt;/P&gt;&lt;P class="lia-indent-padding-left-30px"&gt;PUT/&lt;A href="https://api.hubapi.com/crm/v3/objects/quote/&amp;quot;+quoteId+&amp;quot;/associations/quote_template/&amp;quot;+templateId+&amp;quot;/quote_to_quote_template" target="_blank"&gt;https://api.hubapi.com/crm/v3/objects/quote/"+quoteId+"/associations/quote_template/"+templateId+"/quote_to_quote_template&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 27 Sep 2022 16:46:26 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/Issues-quote-and-custom-quote-template/m-p/699019#M57319</guid>
      <dc:creator>PEscrieut</dc:creator>
      <dc:date>2022-09-27T16:46:26Z</dc:date>
    </item>
    <item>
      <title>Re: Issues quote and custom quote template</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/Issues-quote-and-custom-quote-template/m-p/699911#M57384</link>
      <description>&lt;P&gt;Hello,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I deep dive alone the issue.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If I'm linking only ONE line_tiem to the quote, the rendering is fine ! But if I'm adding 2 or more line_items it failed....&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I tried also with the nodejs "sdk"&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;const&lt;/SPAN&gt; &lt;SPAN&gt;productObject&lt;/SPAN&gt;&lt;SPAN&gt; = {&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;properties&lt;/SPAN&gt;&lt;SPAN&gt;:&lt;/SPAN&gt;&lt;SPAN&gt; {&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;"hs_product_id"&lt;/SPAN&gt;&lt;SPAN&gt;:&lt;/SPAN&gt; &lt;SPAN&gt;89293927&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;"quantity"&lt;/SPAN&gt;&lt;SPAN&gt;:&lt;/SPAN&gt; &lt;SPAN&gt;1&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;}&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;}&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;const&lt;/SPAN&gt; &lt;SPAN&gt;createLineItemsResponse&lt;/SPAN&gt;&lt;SPAN&gt; = &lt;/SPAN&gt;&lt;SPAN&gt;await&lt;/SPAN&gt; &lt;SPAN&gt;hubspotClient&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;SPAN&gt;crm&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;SPAN&gt;lineItems&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;SPAN&gt;basicApi&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;SPAN&gt;create&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;productObject&lt;/SPAN&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;await&lt;/SPAN&gt; &lt;SPAN&gt;hubspotClient&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;SPAN&gt;crm&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;SPAN&gt;lineItems&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;SPAN&gt;associationsApi&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;SPAN&gt;create&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;createLineItemsResponse&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;SPAN&gt;id&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;'quote'&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;createQuotesResponse&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;SPAN&gt;id&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;'line_item_to_quote'&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;);&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;productObject&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;SPAN&gt;properties&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;SPAN&gt;hs_product_id&lt;/SPAN&gt;&lt;SPAN&gt;=&lt;/SPAN&gt;&lt;SPAN&gt;9253938&lt;/SPAN&gt;&lt;SPAN&gt;;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;const&lt;/SPAN&gt; &lt;SPAN&gt;createLineItemsResponse2&lt;/SPAN&gt;&lt;SPAN&gt; = &lt;/SPAN&gt;&lt;SPAN&gt;await&lt;/SPAN&gt; &lt;SPAN&gt;hubspotClient&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;SPAN&gt;crm&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;SPAN&gt;lineItems&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;SPAN&gt;basicApi&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;SPAN&gt;create&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;productObject&lt;/SPAN&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;await&lt;/SPAN&gt; &lt;SPAN&gt;hubspotClient&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;SPAN&gt;crm&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;SPAN&gt;lineItems&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;SPAN&gt;associationsApi&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;SPAN&gt;create&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;createLineItemsResponse2&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;SPAN&gt;id&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;'quote'&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;createQuotesResponse&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;SPAN&gt;id&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;'line_item_to_quote'&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;);&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;productObject&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;SPAN&gt;properties&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;SPAN&gt;hs_product_id&lt;/SPAN&gt;&lt;SPAN&gt;=&lt;/SPAN&gt;&lt;SPAN&gt;96805&lt;/SPAN&gt;&lt;SPAN&gt;;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;const&lt;/SPAN&gt; &lt;SPAN&gt;createLineItemsResponse3&lt;/SPAN&gt;&lt;SPAN&gt; = &lt;/SPAN&gt;&lt;SPAN&gt;await&lt;/SPAN&gt; &lt;SPAN&gt;hubspotClient&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;SPAN&gt;crm&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;SPAN&gt;lineItems&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;SPAN&gt;basicApi&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;SPAN&gt;create&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;productObject&lt;/SPAN&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;await&lt;/SPAN&gt; &lt;SPAN&gt;hubspotClient&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;SPAN&gt;crm&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;SPAN&gt;lineItems&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;SPAN&gt;associationsApi&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;SPAN&gt;create&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;createLineItemsResponse3&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;SPAN&gt;id&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;'quote'&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;createQuotesResponse&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;SPAN&gt;id&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;'line_item_to_quote'&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;);&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;One line_item it is ok, 2 or more it failled. I can create multiple item without link it is fine.&amp;nbsp;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;As "Pro" paid solution, is it possible to have an answer ? &lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Thanks&amp;nbsp;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Thu, 29 Sep 2022 11:02:46 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/Issues-quote-and-custom-quote-template/m-p/699911#M57384</guid>
      <dc:creator>PEscrieut</dc:creator>
      <dc:date>2022-09-29T11:02:46Z</dc:date>
    </item>
    <item>
      <title>Re: Issues quote and custom quote template</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/Issues-quote-and-custom-quote-template/m-p/699914#M57385</link>
      <description>&lt;P&gt;Can you ask your team to look on my comments? Thanks&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 29 Sep 2022 11:07:51 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/Issues-quote-and-custom-quote-template/m-p/699914#M57385</guid>
      <dc:creator>PEscrieut</dc:creator>
      <dc:date>2022-09-29T11:07:51Z</dc:date>
    </item>
    <item>
      <title>Re: Issues quote and custom quote template</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/Issues-quote-and-custom-quote-template/m-p/699974#M57387</link>
      <description>&lt;P&gt;I move forward, if I reuse on of the line_item modified by the web browser, I could have multipe line.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;To create a line_item, I'm using this JSON:&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;const&lt;/SPAN&gt; &lt;SPAN&gt;productObject&lt;/SPAN&gt;&lt;SPAN&gt; = {&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;properties&lt;/SPAN&gt;&lt;SPAN&gt;:&lt;/SPAN&gt;&lt;SPAN&gt; {&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;"hs_product_id"&lt;/SPAN&gt;&lt;SPAN&gt;:&lt;/SPAN&gt; &lt;SPAN&gt;XXXXXX&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;"hs_line_item_currency_code"&lt;/SPAN&gt;&lt;SPAN&gt;:&lt;/SPAN&gt; &lt;SPAN&gt;"EUR"&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;"quantity"&lt;/SPAN&gt;&lt;SPAN&gt;:&lt;/SPAN&gt;&lt;SPAN&gt;1&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;}&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;}&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Is it ok ? (I will compare two line items)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Thu, 29 Sep 2022 12:31:00 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/Issues-quote-and-custom-quote-template/m-p/699974#M57387</guid>
      <dc:creator>PEscrieut</dc:creator>
      <dc:date>2022-09-29T12:31:00Z</dc:date>
    </item>
    <item>
      <title>Re: Issues quote and custom quote template</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/Issues-quote-and-custom-quote-template/m-p/699988#M57390</link>
      <description>&lt;P&gt;I found the issue:&lt;/P&gt;&lt;P&gt;I need to set &lt;SPAN&gt;hs_position_on_quote, it is not automaticaly incremented&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 29 Sep 2022 12:47:45 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/Issues-quote-and-custom-quote-template/m-p/699988#M57390</guid>
      <dc:creator>PEscrieut</dc:creator>
      <dc:date>2022-09-29T12:47:45Z</dc:date>
    </item>
    <item>
      <title>Re: Issues quote and custom quote template</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/Issues-quote-and-custom-quote-template/m-p/699990#M57391</link>
      <description>&lt;P&gt;I was able to create a quote with the API in Postman and then create 2 line items and associate those line items to the quote and then view the quote in HubSpot. So I think functionally the APIs are fine. I even tried adding with product ids and it worked fine as well.&lt;BR /&gt;&lt;BR /&gt;My first debugging step would be to output the results of the API calls. Something like this:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;const createLineItemsResponse2 = await hubspotClient.crm.lineItems.basicApi.create(productObject);
console.log(createLineItemsResponse2);

const associateResponse = await hubspotClient.crm.lineItems.associationsApi.create(
createLineItemsResponse2.id,
'quote',
createQuotesResponse.id,
'line_item_to_quote'
);
console.log(associateResponse );&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I would want to ensure that the response to those API calls were indeed successfull and what I thought it was. If both return 2xx status codes then we'll have to dig further.&lt;BR /&gt;&lt;BR /&gt;I don't use the SDK much but I thought you had to use a nested property to get the response data.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;So instead of&amp;nbsp;createLineItemsResponse2.id, don't you have to do&amp;nbsp;createLineItemsResponse2.body.id or something like that? Outputting the result of those calls should surface if you are referencing the correct properties or not.&lt;/P&gt;</description>
      <pubDate>Thu, 29 Sep 2022 12:49:57 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/Issues-quote-and-custom-quote-template/m-p/699990#M57391</guid>
      <dc:creator>LeeBartelme</dc:creator>
      <dc:date>2022-09-29T12:49:57Z</dc:date>
    </item>
  </channel>
</rss>

