A datatype for Umbraco for selecting Google Product Taxonomy Categories
NuGet: https://www.nuget.org/packages/TaxonomyPicker
Umbraco Package: https://our.umbraco.org/projects/backoffice-extensions/taxonomypicker
The datatype lets you pick the appropriate category either by using the drill down select boxes, or be searching for a keyword.
By default, the datatype includes the en-US taxonomy file, but you can override this by applying a url to fetch the taxonomy definition from instead.
The url will be requested via Ajax, so it must be browsable by a backend user, and not a file path to the App_Data folder for example.