Just getting started with the Taxonomy API? See the following documents for details on using this API:

The following table lists the releases for the Taxonomy API:

Version Release Date Summary of Release
Version 1.0.1 2023-04-04 A backslash (\) may now be inserted immediately prior to an embedded comma within a filter value when calling getCompatibilityPropertyValues. This will prevent the comma from being interpreted as a delimiter between successive property name/value pairs.
Version 1.0.0 2020-10-15 The initial version of the GA version of Taxonomy API

Version 1.0.1

When filtering values returned from a getCompatibilityPropertyValues call, commas are used as delimiters between successive name/value pairs. Previously, when a value included a comma (e.g., BodyStyle:AWD B9 8W5,C8WD) the comma would be interpreted as a delimiter. Beginning with this release, a backslash (\) may now be inserted immediately before a comma (e.g., BodyStyle:AWD B9 8W5\,C8WD) to prevent it from being evaluated as a delimiter.

Version 1.0.0

This is the initial release of the General Availability (GA) version of Taxonomy API. For a list of the calls, see the Taxonomy API Reference.