{"title":"Related Product Category Object Reference","slug":"related-product-category-object-reference","url":"https://support.storeconnect.com/articles/related-product-category-object-reference","url_markdown":"https://support.storeconnect.com/articles/related-product-category-object-reference.md","subtitle":null,"summary":"Connects different related product categories together which can then shown with each product category as other related product categories.","type":"Developer_Documentation","video_url":"","keywords":"salesforce, object reference, Related Product Category, s_c__Related_Product_Category__c, api","last_modified":"2026-08-21T07:12:35+0000","body_markdown":"## Overview\n\nConnects different related product categories together which can then shown with each product category as other related product categories.\n\n| Property | Value |\n|----------|-------|\n| **API Name** | `s_c__Related_Product_Category__c` |\n| **Label** | Related Product Category |\n| **Plural Label** | Related Product Categories |\n| **Type** | Custom Object |\n\n## Fields\n\n| Field Label | API Name | Type | Required | Description |\n|-------------|----------|------|----------|-------------|\n| Related Product Category | `s_c__Child_Id__c` | Lookup ([s_c__Product_Category__c](product-category-object-reference)) | Yes | Child Category Lookup for the relationship. |\n| Parent Product Category | `s_c__Parent_Id__c` | Lookup ([s_c__Product_Category__c](product-category-object-reference)) | Yes | Parent Category Lookup for the relationship. |\n| Position | `s_c__Position__c` | Number(18,0) | No | The position of this Category in relation to other Categories of the same parent. Any categories with an empty postion will be ordered last alphabetically. |\n| StoreConnect External ID | `s_c__sC_Id__c` | Text(36) | No | StoreConnect External ID, do not modify in Salesforce |\n\n## Relationships\n\n| Field | Type | Related Object | Relationship Name |\n|-------|------|----------------|-------------------|\n| `s_c__Child_Id__c` | Lookup | [s_c__Product_Category__c](product-category-object-reference) | Child_Related_Product_Categories |\n| `s_c__Parent_Id__c` | Lookup | [s_c__Product_Category__c](product-category-object-reference) | Parent_Related_Product_Categories |"}