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
