Creating a Tax App that removes taxes from specific products

I am trying to create an app that would allow my store to not charge tax on specific products in a collection (due to the State of Texas requiring us to charge taxes on specific beekeeping items regardless of tax status). The issue that I am running into is it does now allow me to create an app with Tax Validation as the extension.

Is there a way to or can I get access to create an extension in that section?

As of now, the Shopify API (and Functions) do not allow you to remove tax for specific products based on shipping address—they can only block checkout, which likely isn’t what you want. Shopify’s built-in tax engine handles country/state rules, but you cannot override these for specific products.

Liam, Thank you for the info.