Hello Community,
I am building scripts to sync my company’s products over to HubSpot so we can use HubSpot’s native reporting tools with more depth. I am putting a foreign key reference to my company product id in the hubspot product definition and vice versa so I can cross reference ID values across the two systems. I would also like to keep the SKU value the same across both systems as it is a more user-friendly identifier. It seems that I can set the SKU value for each product in HubSpot, but cannot find a way to fetch a product by that same SKU value, even though it is treated as a unique, alternative key.
So far, I have only been able to fetch products by the native HubSpot product id. Has anyone found a way to fetch a product by its SKU or search through products using the SKU field? If not, are there plans to create this functionality in the future?