s_c__Product_Category_Hierarchy__c Object Reference

Name s_c__Product_Category_Hierarchy__c
Type Custom StoreConnect Object
Description Describes the relationship between Product Categories. A product category can have multiple parents as well as multiple children.

Field Definitions

Field Name Type Required Unique
s_c__Child_Id__c Lookup (s_c__Product_Category__c) Yes No
Child of the Product Category hierarchy relationship. Could be called subcategory.
s_c__Parent_Id__c Lookup (s_c__Product_Category__c) Yes No
Parent of the Product Category hierarchy relationship.
s_c__Position__c Number(18, 0) No No
The position of this Category in relation to other Categories of the same parent. Any categories with an empty position will be ordered last alphabetically.
s_c__Primary_Parent__c Checkbox(false) No No
Determines if the Parent Category is the primary parent of the Child Category. Used when trying to work out the ancestry of a given Child Category when we walk up the hierarchy, for example on breadcrumbs.
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