<?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: Order of line items created by API in APIs &amp; Integrations</title>
    <link>https://community.hubspot.com/t5/APIs-Integrations/Order-of-line-items-created-by-API/m-p/682258#M56007</link>
    <description>&lt;P&gt;Hey,&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/80586"&gt;@embite&lt;/a&gt;&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":waving_hand:"&gt;👋&lt;/span&gt; Thanks for reaching out. Looking at the documentation for the Line Items endpoints, this has not changed since the answer was given in the post you linked.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If I have an update or find any related documentation or changelogs, I'll be sure to update this post.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best,&lt;/P&gt;
&lt;P&gt;Jaycee&lt;/P&gt;</description>
    <pubDate>Thu, 18 Aug 2022 18:04:14 GMT</pubDate>
    <dc:creator>Jaycee_Lewis</dc:creator>
    <dc:date>2022-08-18T18:04:14Z</dc:date>
    <item>
      <title>Order of line items created by API</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/Order-of-line-items-created-by-API/m-p/681527#M55940</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We are using the API and we have the following problem:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;When I create line items and associate these line items with a quote the order seems random. &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there a way to order these line items? I know that we can manually order the line items. But that won't work for us because we want to automate the complete proccess.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The above question is also&amp;nbsp; asked here:&amp;nbsp;&lt;A href="https://community.hubspot.com/t5/APIs-Integrations/How-can-I-control-the-display-order-of-line-items-on-a-deal/m-p/341968" target="_blank"&gt;https://community.hubspot.com/t5/APIs-Integrations/How-can-I-control-the-display-order-of-line-items-on-a-deal/m-p/341968&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But there is no solution yet.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can anyone help me with this problem?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advance!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 17 Aug 2022 14:11:59 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/Order-of-line-items-created-by-API/m-p/681527#M55940</guid>
      <dc:creator>embite</dc:creator>
      <dc:date>2022-08-17T14:11:59Z</dc:date>
    </item>
    <item>
      <title>Re: Order of line items created by API</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/Order-of-line-items-created-by-API/m-p/682258#M56007</link>
      <description>&lt;P&gt;Hey,&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/80586"&gt;@embite&lt;/a&gt;&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":waving_hand:"&gt;👋&lt;/span&gt; Thanks for reaching out. Looking at the documentation for the Line Items endpoints, this has not changed since the answer was given in the post you linked.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If I have an update or find any related documentation or changelogs, I'll be sure to update this post.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best,&lt;/P&gt;
&lt;P&gt;Jaycee&lt;/P&gt;</description>
      <pubDate>Thu, 18 Aug 2022 18:04:14 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/Order-of-line-items-created-by-API/m-p/682258#M56007</guid>
      <dc:creator>Jaycee_Lewis</dc:creator>
      <dc:date>2022-08-18T18:04:14Z</dc:date>
    </item>
    <item>
      <title>Re: Order of line items created by API</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/Order-of-line-items-created-by-API/m-p/682618#M56043</link>
      <description>&lt;P&gt;Hi Jaycee,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for your response. In the other post I linked is not a solution given. My question is &lt;STRONG&gt;how can I change the order of associated line items in a quote?&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;To give a litle bit more background information:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We use the PHP library for making the request.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We create multiple line items in a batch. In the batch request the line items are in the correct order. The line items are added and the created line items are returned. Then we use the returned line items to make a batch request to associate each line item to the quote. The line items are however in a random order. &lt;STRONG&gt;How can we control the order?&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Look forward to hearing from you!&lt;/P&gt;</description>
      <pubDate>Fri, 19 Aug 2022 11:45:07 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/Order-of-line-items-created-by-API/m-p/682618#M56043</guid>
      <dc:creator>embite</dc:creator>
      <dc:date>2022-08-19T11:45:07Z</dc:date>
    </item>
    <item>
      <title>Re: Order of line items created by API</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/Order-of-line-items-created-by-API/m-p/994861#M74448</link>
      <description>&lt;P&gt;An answer has been found for this as explained in this &lt;A href="https://community.hubspot.com/t5/APIs-Integrations/displayOrder-API-Change-display-order-of-products-line-items/td-p/493859" target="_blank" rel="noopener"&gt;thread&lt;/A&gt;:&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Basically there is a hubspot property for the order:&amp;nbsp;&lt;/P&gt;
&lt;PRE class=""&gt;&lt;CODE&gt;hs_position_on_quote&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 20 Jun 2024 09:03:02 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/Order-of-line-items-created-by-API/m-p/994861#M74448</guid>
      <dc:creator>DaveParry</dc:creator>
      <dc:date>2024-06-20T09:03:02Z</dc:date>
    </item>
    <item>
      <title>Re: Order of line items created by API</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/Order-of-line-items-created-by-API/m-p/994864#M74450</link>
      <description>&lt;P&gt;An answer has been found for this as explained in this&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://community.hubspot.com/t5/APIs-Integrations/displayOrder-API-Change-display-order-of-products-line-items/td-p/493859" target="_blank" rel="noopener"&gt;thread&lt;/A&gt;:&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Basically there is a hubspot property for the order:&amp;nbsp;&lt;/P&gt;
&lt;PRE class=""&gt;&lt;CODE&gt;hs_position_on_quote&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 20 Jun 2024 09:05:32 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/Order-of-line-items-created-by-API/m-p/994864#M74450</guid>
      <dc:creator>DaveParry</dc:creator>
      <dc:date>2024-06-20T09:05:32Z</dc:date>
    </item>
  </channel>
</rss>

