TaxonomyObject
A taxonomy value of the organization, with its customer-defined ID and resolved display name
customIdstringrequired
Customer-defined identifier of the taxonomy value
Possible values: <= 255 characters
Example:
BUC-001namestringrequired
Display name of the taxonomy value. Empty string when the custom ID does not resolve to a known category.
Possible values: <= 255 characters
Example:
ApparelTaxonomyObject
{
"customId": "BUC-001",
"name": "Apparel"
}