I am developing a shopify application that needs to hide a specific product from the product catalog while keeping it available for sale. Is there any way to do this programmatically without involving the merchant who installs the app?
Our case is a bit particular, the product in question represents a donation made to an association, product variants are therefore created programatically to adjust the amount of the donation.
The goal is that this product and its variants are not visible in the merchant’s catalog, but this may not be the best solution for managing “donations”.