Get product currency

Hello

I’m trying to fetch products related to the Custom Quote page, but I can’t get product currency. Here is what I see using API:

hubspotProduct = SimplePublicObjectWithAssociations {
 id: '1255788942',
 properties: {
 createdate: '2021-09-22T15:38:04.009Z',
 description: 'A payment terms customer reminder: By paying this deposit, you are agreeing that further payments can be taken in line with the payment schedule laid out on your quote page. We will give you 3 days warning before we take each subsequent payment',
 hs_lastmodifieddate: '2021-10-13T14:53:06.461Z',
 hs_object_id: '1255788942',
 name: 'Dmytro Test Product',
 price: '555'
 },
 createdAt: 2021-09-22T15:38:04.009Z,
 updatedAt: 2021-10-13T14:53:06.461Z,
 archived: false,
 archivedAt: undefined,
 associations: undefined
}

Also, it’s not clear to me how to see all possible product properties

Thanks

Hi @dmytro,

I’m not familiar with this topic, but I’ll tag a couple of API experts to see if they can lend their expertise here:

hi @JBeatty, @miljkovicmisa, @dannio, do you have any tips for @dmytro? Thank you!

Cheers,

Mia, Community Team

I was communicating with the HS support guy and he helped me. I general, better to use Postman to get HS data. In my case, I just need to use “hs_price_usd”, “hs_price_eur”, “hs_price_gbp” in the JSON.