s_c__Product_Category__c Object Reference

Name s_c__Product_Category__c
Type Custom StoreConnect Object
Description A Product_Category__c represents a collecation of Product2 objects. Every Product_Category__c belongs to exactly one Taxonomy__c. Product_Category__c objects are used to show navigation bars and categories of products into different areas. A Product_Category__c can belong to multiple parents and have multiple child Product_Category__c objects.

Field Definitions

Field Name Type Required Unique
s_c__Child_Count__c Number(18, 0) No No
s_c__Display_Name__c Text No No
Used in auto generated navigation bars and breadcrumbs instead of Name if present
s_c__Google_Product_Category__c Text No No
s_c__Hide__c Checkbox(false) No No
s_c__Import_ID__c Text [External ID] No No
s_c__Information_Markdown__c LongTextArea No No
The contents to display after all the products on a category page.
s_c__Introduction_Markdown__c LongTextArea No No
The contents to display before all the products on a category page.
s_c__Media_Id__c Lookup (s_c__Media__c) No No
The image to use for the category when featured, eg. displayed in a featured category content block.
s_c__Meta_Description__c LongTextArea No No
s_c__Meta_Keywords__c Text No No
s_c__Meta_Title__c Text No No
s_c__Parent_Count__c Number(18, 0) No No
s_c__Path__c Text No No
Specifies the relative path where the category will be accessible in the store
s_c__Position__c Number(10, 0) No No
The position of this product category object. Lower numbers are shown first, objects without a number are sorted alphabetically by name
s_c__Product_Id__c Lookup (Product2) No No
s_c__Slug__c Text No Yes
[Deprecated] Please use Path instead
s_c__Social_Image_Id__c Lookup (s_c__Media__c) No No
The Image to show when the Category is shared on Social Media. If not provided, will use the Category's first image.
s_c__Subtitle__c Text No No
s_c__Taxonomy_Id__c Lookup (s_c__Taxonomy__c) Yes No
s_c__Title__c Text No No
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