Taxonomy Object Reference
Overview
A Taxonomy__c represents a collection of Product_Category__c objects. Every Product_Category__c belongs to exactly one Taxonomy__c. Each Taxonomy__c belongs to a Store__c object. Taxonomy__c objects can be used to show a different set of Product_Category__c objects either on each store domain or after a user has signed in, for example to show a special group of spare part categories to partners.
| Property |
Value |
| API Name |
s_c__Taxonomy__c |
| Label |
Taxonomy |
| Plural Label |
Taxonomies |
| Type |
Custom Object |
Fields
| Field Label |
API Name |
Type |
Required |
Description |
| Position |
s_c__Position__c |
Number(18,0) |
No |
The position of this taxonomy object. Lower numbers are shown first, objects without a number are sorted alphabetically by name. |
| Store |
s_c__Store_Id__c |
Lookup (s_c__Store__c) |
Yes |
The store this taxonomy belongs to. |
| StoreConnect External ID |
s_c__sC_Id__c |
Text(36) |
No |
StoreConnect External ID, do not modify in Salesforce |
Relationships
| Field |
Type |
Related Object |
Relationship Name |
s_c__Store_Id__c |
Lookup |
s_c__Store__c |
Taxonomies_Store |
Last updated March 6, 2025