I’ve noticed that HubSpot’s API includes an endpoint to archive a batch of products by ID. However, I’m not entirely clear on how archived products are handled within the platform. Specifically:
Do archived products still appear in search results or other areas of the system?
Does anyone have experience using this endpoint and know how it works in practice?
I’d appreciate any insights or clarifications you can share. Thank you!
When you archive a record, it is moved to the recycle bin. In the UI, you can access this in the actions drop down menu in the top right where it says “Restore Records”. Records will not appear in search or other areas of HubSpot. Records in the recycle bin are are only available for 90 days before they are permanently deleted. The recycle bin also can only display 10,000 records at a time, but archived records are still available through the API if you pass “archived=true” in the url.