s_c__Taxonomy__c Object Reference
Name | s_c__Taxonomy__c |
---|---|
Type | Custom StoreConnect Object |
Description | 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. |
Field Definitions
Field Name | Type | Required | Unique |
---|---|---|---|
s_c__Position__c | Number(18, 0) | No | No |
The position of this taxonomy object. Lower numbers are shown first, objects without a number are sorted alphabetically by name. | |||
s_c__Store_Id__c | Lookup (s_c__Store__c) | Yes | No |
The store this taxonomy belongs to. | |||
s_c__sC_Id__c | Text [External ID] | No | Yes |
StoreConnect External ID, do not modify in Salesforce |
For more information about how or when to use the above, see our documentation.
Back to Documentation