APIs & Integrations

dkimmo
Member

404 Error Returned by Products GET API

SOLVE

dkimmo_0-1685580138053.png

Have tried using both properties and the internal product ID but I'm still getting a 404 error any time I try getting product properties from the products/{productId} API. Am I doing something wrong here?

0 Upvotes
1 Accepted solution
skimura
Solution
Contributor | Platinum Partner
Contributor | Platinum Partner

404 Error Returned by Products GET API

SOLVE

@dkimmo 

Hi.

 

Please let me ask you some questions.

 

-Are you using the correct access token/API key associated with the product ID?

 

-Is the Product ID specifying the correct ID? Where did you get it?

In my case, I check the product ID as follows.

 

Display the product on the product list page.

https://app.hubspot.com/settings/{PORTAL_ID}/sales/products

 

And I'm checking the HTML attribute [data-line-item-id] .

...
<span data-line-item-id="{XXXXXXXXX}" data-selenium-test="line-item-name-cell" data-test-id="line-item-name-cell" class="private-truncated-string private-truncated-string--has-tooltip" data-content="true" tabindex="0">
    <span class="private-truncated-string__inner"><span>
    <span>target_product_name</span>
</span>
...

 

 

Thanks.

 

View solution in original post

0 Upvotes
2 Replies 2
skimura
Solution
Contributor | Platinum Partner
Contributor | Platinum Partner

404 Error Returned by Products GET API

SOLVE

@dkimmo 

Hi.

 

Please let me ask you some questions.

 

-Are you using the correct access token/API key associated with the product ID?

 

-Is the Product ID specifying the correct ID? Where did you get it?

In my case, I check the product ID as follows.

 

Display the product on the product list page.

https://app.hubspot.com/settings/{PORTAL_ID}/sales/products

 

And I'm checking the HTML attribute [data-line-item-id] .

...
<span data-line-item-id="{XXXXXXXXX}" data-selenium-test="line-item-name-cell" data-test-id="line-item-name-cell" class="private-truncated-string private-truncated-string--has-tooltip" data-content="true" tabindex="0">
    <span class="private-truncated-string__inner"><span>
    <span>target_product_name</span>
</span>
...

 

 

Thanks.

 

0 Upvotes
dkimmo
Member

404 Error Returned by Products GET API

SOLVE

Ah sorry, I was using the accesstoken. Thanks!

0 Upvotes