<?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: HubSpot API - How to Update Invoice Status (Currently Read-Only) in APIs &amp; Integrations</title>
    <link>https://community.hubspot.com/t5/APIs-Integrations/HubSpot-API-How-to-Update-Invoice-Status-Currently-Read-Only/m-p/1046944#M76972</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/346639"&gt;@GRajput&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;I have created a custom property on the Invoice. However it is not possible to update that custom property as well&lt;BR /&gt;For example&lt;BR /&gt;&lt;SPAN&gt;&lt;A href="https://api.hubapi.com/" target="_blank"&gt;https://api.hubapi.com/&lt;/A&gt;&lt;/SPAN&gt;crm/v3/objects/invoices/154116145368&lt;BR /&gt;PATCH&lt;BR /&gt;body:&lt;BR /&gt;{&lt;BR /&gt;"properties": {&lt;BR /&gt;"netsuite_hubspot_invoice_status": "PAID"&lt;BR /&gt;}&lt;BR /&gt;}&lt;BR /&gt;&lt;BR /&gt;resulsts in:&lt;BR /&gt;{&lt;BR /&gt;"status": "error",&lt;BR /&gt;"message": "The scope needed for this API call isn't available for public use. If you have questions, contact support or post in our developer forum.",&lt;BR /&gt;"correlationId": "x",&lt;BR /&gt;"links": {&lt;BR /&gt;"support": "&lt;A href="https://help.hubspot.com/" target="_blank"&gt;https://help.hubspot.com/&lt;/A&gt;",&lt;BR /&gt;"forum": "&lt;A href="https://community.hubspot.com/t5/APIs-Integrations/bd-p/integrations" target="_blank"&gt;https://community.hubspot.com/t5/APIs-Integrations/bd-p/integrations&lt;/A&gt;"&lt;BR /&gt;},&lt;BR /&gt;"category": "MISSING_SCOPES"&lt;BR /&gt;}&lt;/P&gt;</description>
    <pubDate>Fri, 27 Sep 2024 10:49:02 GMT</pubDate>
    <dc:creator>CZangabee</dc:creator>
    <dc:date>2024-09-27T10:49:02Z</dc:date>
    <item>
      <title>HubSpot API - How to Update Invoice Status (Currently Read-Only)</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/HubSpot-API-How-to-Update-Invoice-Status-Currently-Read-Only/m-p/1042101#M76673</link>
      <description>&lt;P&gt;Hi everyone,&lt;/P&gt;&lt;P&gt;We're currently working on an integration where we push invoice statuses from another system into HubSpot. However, we've noticed that the invoice status in HubSpot appears to be read-only through the API, and we need to map and update this status in HubSpot to reflect changes from the external system.&lt;/P&gt;&lt;P&gt;Has anyone encountered a similar issue, or does anyone know of a workaround or API setting that allows for invoice status updates? Any help or guidance would be appreciated!&lt;/P&gt;</description>
      <pubDate>Tue, 17 Sep 2024 14:38:28 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/HubSpot-API-How-to-Update-Invoice-Status-Currently-Read-Only/m-p/1042101#M76673</guid>
      <dc:creator>CZangabee</dc:creator>
      <dc:date>2024-09-17T14:38:28Z</dc:date>
    </item>
    <item>
      <title>Re: HubSpot API - How to Update Invoice Status (Currently Read-Only)</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/HubSpot-API-How-to-Update-Invoice-Status-Currently-Read-Only/m-p/1042130#M76676</link>
      <description>&lt;P&gt;After further investigation, it seems there might be an alternative solution using HubSpot workflows. We could set up a daily workflow that fetches the invoice status from the external system and checks only invoices in Hubspot with the criteria "Open" invoice status. The workflow would run multiple times per day, allowing us to update the invoice status based on the external data.&lt;/P&gt;&lt;P&gt;However, this daily scheduling is not for free.&lt;BR /&gt;If anyone else has had experience with this approach or an alternative solution, please feel free to share!&lt;/P&gt;</description>
      <pubDate>Tue, 17 Sep 2024 15:30:58 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/HubSpot-API-How-to-Update-Invoice-Status-Currently-Read-Only/m-p/1042130#M76676</guid>
      <dc:creator>CZangabee</dc:creator>
      <dc:date>2024-09-17T15:30:58Z</dc:date>
    </item>
    <item>
      <title>Re: HubSpot API - How to Update Invoice Status (Currently Read-Only)</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/HubSpot-API-How-to-Update-Invoice-Status-Currently-Read-Only/m-p/1042598#M76714</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/827006"&gt;@CZangabee&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN data-sheets-root="1"&gt;As it read-only property in HubSpot, you won't be able to update it. A common workaround is to create a custom property on the invoice object or another relevant object and use that to track and update the invoice status from your external system. This custom property can then reflect the status changes as needed.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN data-sheets-root="1"&gt;I hope this will help you out. Please mark it as &lt;STRONG&gt;Solution Accepted and upvote&lt;/STRONG&gt; to help another Community member.&lt;BR /&gt;Thanks!&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 18 Sep 2024 13:05:07 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/HubSpot-API-How-to-Update-Invoice-Status-Currently-Read-Only/m-p/1042598#M76714</guid>
      <dc:creator>GRajput</dc:creator>
      <dc:date>2024-09-18T13:05:07Z</dc:date>
    </item>
    <item>
      <title>Re: HubSpot API - How to Update Invoice Status (Currently Read-Only)</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/HubSpot-API-How-to-Update-Invoice-Status-Currently-Read-Only/m-p/1046944#M76972</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/346639"&gt;@GRajput&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;I have created a custom property on the Invoice. However it is not possible to update that custom property as well&lt;BR /&gt;For example&lt;BR /&gt;&lt;SPAN&gt;&lt;A href="https://api.hubapi.com/" target="_blank"&gt;https://api.hubapi.com/&lt;/A&gt;&lt;/SPAN&gt;crm/v3/objects/invoices/154116145368&lt;BR /&gt;PATCH&lt;BR /&gt;body:&lt;BR /&gt;{&lt;BR /&gt;"properties": {&lt;BR /&gt;"netsuite_hubspot_invoice_status": "PAID"&lt;BR /&gt;}&lt;BR /&gt;}&lt;BR /&gt;&lt;BR /&gt;resulsts in:&lt;BR /&gt;{&lt;BR /&gt;"status": "error",&lt;BR /&gt;"message": "The scope needed for this API call isn't available for public use. If you have questions, contact support or post in our developer forum.",&lt;BR /&gt;"correlationId": "x",&lt;BR /&gt;"links": {&lt;BR /&gt;"support": "&lt;A href="https://help.hubspot.com/" target="_blank"&gt;https://help.hubspot.com/&lt;/A&gt;",&lt;BR /&gt;"forum": "&lt;A href="https://community.hubspot.com/t5/APIs-Integrations/bd-p/integrations" target="_blank"&gt;https://community.hubspot.com/t5/APIs-Integrations/bd-p/integrations&lt;/A&gt;"&lt;BR /&gt;},&lt;BR /&gt;"category": "MISSING_SCOPES"&lt;BR /&gt;}&lt;/P&gt;</description>
      <pubDate>Fri, 27 Sep 2024 10:49:02 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/HubSpot-API-How-to-Update-Invoice-Status-Currently-Read-Only/m-p/1046944#M76972</guid>
      <dc:creator>CZangabee</dc:creator>
      <dc:date>2024-09-27T10:49:02Z</dc:date>
    </item>
  </channel>
</rss>

