<?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: API for Orders in APIs &amp; Integrations</title>
    <link>https://community.hubspot.com/t5/APIs-Integrations/API-for-Orders/m-p/963635#M72935</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Has anyone succeeded in reading all the Order records via the API?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We have just migrated our website from WooCommerce to Shopify and now have all our legacy order data in Deals and the new order data from Shopify in Orders. As you can't currently add properties to Orders, it's very frustrating having to manually create Deal records to hold our custom metadata and then go to the Order record to associate it with the Deal record.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If the Orders API was made available, I could create the Deal record and make the associations programmatically.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Has HubSpot shared its plans for fully integrating Orders into its core product. &amp;nbsp;It discontinued the original Shopify Data Sync in December last year and replaced it with a Beta version of the new Data Sync. That's left people like us with a problem we didn't expect.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What's the chance that HubSpot will provide a data migration tool to help us merge the legacy data with the new?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;</description>
    <pubDate>Fri, 19 Apr 2024 16:49:39 GMT</pubDate>
    <dc:creator>GJackson95</dc:creator>
    <dc:date>2024-04-19T16:49:39Z</dc:date>
    <item>
      <title>API for Orders</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/API-for-Orders/m-p/939040#M71700</link>
      <description>&lt;P&gt;Has anyone worked with the new Orders object in HubSpot yet? We're trying to integrate our Point-of-sale system to HubSpot and create orders, but cannot find any API documentation on this object.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Background: we've already connected the new Shopify integration for the online store. It creates carts with line items for open transactions, and orders for completed transactions.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Now I want to add my PoS data in this same object. But cannot find how to do it. Does it maybe act as a custom object? And has anyone already integrated against it?&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 06 Mar 2024 20:31:07 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/API-for-Orders/m-p/939040#M71700</guid>
      <dc:creator>RuudVerstraeten</dc:creator>
      <dc:date>2024-03-06T20:31:07Z</dc:date>
    </item>
    <item>
      <title>Re: API for Orders</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/API-for-Orders/m-p/939309#M71719</link>
      <description>&lt;P&gt;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/681593"&gt;@RuudVerstraeten&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hi.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In my case,&amp;nbsp;&amp;nbsp;it looked similar to other custom objects.&lt;/P&gt;
&lt;P&gt;What I have tried is reading and writing the order object.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Read&lt;/P&gt;
&lt;P&gt;GET /crm/v3/objects/{objectType}/{objectId}&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Update&lt;/P&gt;
&lt;P&gt;PATCH&lt;BR /&gt;/crm/v3/objects/{objectType}/{objectId}&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I checked in two environments and "object type" was "0-123".&lt;/P&gt;
&lt;P&gt;(It may be a fixed value.)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If possible, I would like to know the "order object type" in your environment.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I hope this is helpful.&lt;/P&gt;
&lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Thu, 07 Mar 2024 05:30:21 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/API-for-Orders/m-p/939309#M71719</guid>
      <dc:creator>skimura</dc:creator>
      <dc:date>2024-03-07T05:30:21Z</dc:date>
    </item>
    <item>
      <title>Re: API for Orders</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/API-for-Orders/m-p/939331#M71720</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/388267"&gt;@skimura&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks. It's 0-123 for me too indeed. So this worked for you?&lt;/P&gt;&lt;P&gt;Do you create an order in one 'shot', or first create the order, then the associated line items and contact?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;Ruud&lt;/P&gt;</description>
      <pubDate>Thu, 07 Mar 2024 06:50:08 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/API-for-Orders/m-p/939331#M71720</guid>
      <dc:creator>RuudVerstraeten</dc:creator>
      <dc:date>2024-03-07T06:50:08Z</dc:date>
    </item>
    <item>
      <title>Re: API for Orders</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/API-for-Orders/m-p/939333#M71721</link>
      <description>&lt;P&gt;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/681593"&gt;@RuudVerstraeten&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I haven't tried creating an "order".&lt;BR /&gt;I tried added order property and updated them.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;What happens if you call the "order" create API?&lt;/P&gt;
&lt;P&gt;↓&lt;/P&gt;
&lt;P&gt;Create&lt;/P&gt;
&lt;P&gt;POST /crm/v3/objects/{objectType}&lt;/P&gt;
&lt;P&gt;→POST /crm/v3/objects/0-123&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Thu, 07 Mar 2024 06:59:13 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/API-for-Orders/m-p/939333#M71721</guid>
      <dc:creator>skimura</dc:creator>
      <dc:date>2024-03-07T06:59:13Z</dc:date>
    </item>
    <item>
      <title>Re: API for Orders</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/API-for-Orders/m-p/939341#M71723</link>
      <description>&lt;P&gt;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/388267"&gt;@skimura&lt;/a&gt;&amp;nbsp;let me check with my colleague who helps us set this up, I myself cannot make API calls actually&lt;/P&gt;</description>
      <pubDate>Thu, 07 Mar 2024 07:14:42 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/API-for-Orders/m-p/939341#M71723</guid>
      <dc:creator>RuudVerstraeten</dc:creator>
      <dc:date>2024-03-07T07:14:42Z</dc:date>
    </item>
    <item>
      <title>Re: API for Orders</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/API-for-Orders/m-p/941178#M71787</link>
      <description>&lt;P&gt;I can an update from HubSpot, that they're planning to roll out a APIs Order in Q2. So we might just have been ahead of the curve here &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2024 08:17:36 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/API-for-Orders/m-p/941178#M71787</guid>
      <dc:creator>RuudVerstraeten</dc:creator>
      <dc:date>2024-03-11T08:17:36Z</dc:date>
    </item>
    <item>
      <title>Re: API for Orders</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/API-for-Orders/m-p/963635#M72935</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Has anyone succeeded in reading all the Order records via the API?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We have just migrated our website from WooCommerce to Shopify and now have all our legacy order data in Deals and the new order data from Shopify in Orders. As you can't currently add properties to Orders, it's very frustrating having to manually create Deal records to hold our custom metadata and then go to the Order record to associate it with the Deal record.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If the Orders API was made available, I could create the Deal record and make the associations programmatically.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Has HubSpot shared its plans for fully integrating Orders into its core product. &amp;nbsp;It discontinued the original Shopify Data Sync in December last year and replaced it with a Beta version of the new Data Sync. That's left people like us with a problem we didn't expect.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What's the chance that HubSpot will provide a data migration tool to help us merge the legacy data with the new?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Fri, 19 Apr 2024 16:49:39 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/API-for-Orders/m-p/963635#M72935</guid>
      <dc:creator>GJackson95</dc:creator>
      <dc:date>2024-04-19T16:49:39Z</dc:date>
    </item>
    <item>
      <title>Re: API for Orders</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/API-for-Orders/m-p/964375#M72980</link>
      <description>&lt;P&gt;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/402979"&gt;@GJackson95&lt;/a&gt;&amp;nbsp;Not here, we're waiting for the Orders API to come out, as it should be soon (Q2)&lt;/P&gt;</description>
      <pubDate>Mon, 22 Apr 2024 09:53:43 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/API-for-Orders/m-p/964375#M72980</guid>
      <dc:creator>RuudVerstraeten</dc:creator>
      <dc:date>2024-04-22T09:53:43Z</dc:date>
    </item>
    <item>
      <title>Re: API for Orders</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/API-for-Orders/m-p/966112#M73089</link>
      <description>&lt;P&gt;Hello, I am from the HubSpot Product team &lt;span class="lia-unicode-emoji" title=":waving_hand:"&gt;👋&lt;/span&gt;&lt;BR /&gt;Orders and Cart APIs are now live!&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;API documentation can be found here:&lt;BR /&gt;&lt;A href="https://developers.hubspot.com/docs/api/commerce/orders" target="_blank" rel="noopener" data-saferedirecturl="https://www.google.com/url?q=https://developers.hubspot.com/docs/api/commerce/orders&amp;amp;source=gmail&amp;amp;ust=1714053357167000&amp;amp;usg=AOvVaw29E2jej_ixncH1wd9M9P0N"&gt;Order Object API&lt;/A&gt;&lt;BR /&gt;&lt;A href="https://developers.hubspot.com/docs/api/commerce/carts" target="_blank" rel="noopener" data-saferedirecturl="https://www.google.com/url?q=https://developers.hubspot.com/docs/api/commerce/carts&amp;amp;source=gmail&amp;amp;ust=1714053357167000&amp;amp;usg=AOvVaw3Myrfn5o-hEW93MuD44nO1"&gt;Cart Object API&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 24 Apr 2024 17:33:16 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/API-for-Orders/m-p/966112#M73089</guid>
      <dc:creator>NamrathaBV</dc:creator>
      <dc:date>2024-04-24T17:33:16Z</dc:date>
    </item>
    <item>
      <title>Re: API for Orders</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/API-for-Orders/m-p/966139#M73092</link>
      <description>&lt;P&gt;Are these just accesible via the API? I looked through the HubSpot portal and was not able to find them as something I can create or edit without needing to do it via the API.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 24 Apr 2024 18:25:31 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/API-for-Orders/m-p/966139#M73092</guid>
      <dc:creator>ssaucedo</dc:creator>
      <dc:date>2024-04-24T18:25:31Z</dc:date>
    </item>
    <item>
      <title>Re: API for Orders</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/API-for-Orders/m-p/966406#M73107</link>
      <description>&lt;P&gt;Hi Namratha,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for the update.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is the Order Object API live in all parts of the world? I'm in the UK and I'm getting a Status Code 403 - Forbidden when I make a GET request to the following url:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://api.hubapi.com/crm/v3/objects/order?limit=100&amp;amp;properties=hs_order_name,hs_pipeline_stage" target="_blank"&gt;https://api.hubapi.com/crm/v3/objects/order?limit=100&amp;amp;properties=hs_order_name,hs_pipeline_stage&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 25 Apr 2024 06:29:29 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/API-for-Orders/m-p/966406#M73107</guid>
      <dc:creator>GJackson95</dc:creator>
      <dc:date>2024-04-25T06:29:29Z</dc:date>
    </item>
    <item>
      <title>Re: API for Orders</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/API-for-Orders/m-p/967109#M73154</link>
      <description>&lt;P&gt;My mistake. I forgot I needed to add orders and carts to the scope of the API key.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;All working now. Thank you.&lt;/P&gt;</description>
      <pubDate>Fri, 26 Apr 2024 07:28:27 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/API-for-Orders/m-p/967109#M73154</guid>
      <dc:creator>GJackson95</dc:creator>
      <dc:date>2024-04-26T07:28:27Z</dc:date>
    </item>
    <item>
      <title>Re: API for Orders</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/API-for-Orders/m-p/1074317#M78513</link>
      <description>&lt;P&gt;Not sure if anyone else has managed it yet, but whilst the api client (or a direct https api call) can create the orders records ok, it doesn't seem to be able to create associations if done as a separate step. It's almost as if the v4 associations api doesn't work in custom code. This can't be right?&lt;BR /&gt;&lt;BR /&gt;I have managed to create associations by passing the association data when creating the record by using the v3 basic api create endpoint. This works fine.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Anyone else managed to crack this?&lt;/P&gt;</description>
      <pubDate>Sun, 24 Nov 2024 14:55:32 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/API-for-Orders/m-p/1074317#M78513</guid>
      <dc:creator>DaveParry</dc:creator>
      <dc:date>2024-11-24T14:55:32Z</dc:date>
    </item>
  </channel>
</rss>

