{"title":"Related Product Object Reference","slug":"related-product-object-reference","url":"https://support.storeconnect.com/articles/related-product-object-reference","url_markdown":"https://support.storeconnect.com/articles/related-product-object-reference.md","subtitle":null,"summary":"Connects different related products together which can then shown at the bottom of each product page as other related products.","type":"Developer_Documentation","video_url":"","keywords":"salesforce, object reference, Related Product, s_c__Related_Product__c, api","last_modified":"2026-08-21T07:12:35+0000","body_markdown":"## Overview\n\nConnects different related products together which can then shown at the bottom of each product page as other related products.\n\n| Property | Value |\n|----------|-------|\n| **API Name** | `s_c__Related_Product__c` |\n| **Label** | Related Product |\n| **Plural Label** | Related Products |\n| **Type** | Custom Object |\n\n## Fields\n\n| Field Label | API Name | Type | Required | Description |\n|-------------|----------|------|----------|-------------|\n| Related Product - Child | `s_c__Child_Id__c` | Lookup ([Product2](product2-object-reference)) | No | The child product in the relationship between two products. |\n| Related Code | `s_c__Code__c` | Text(50) | No | Any code that is part of the relationship between the product and the related product |\n| Related Product - Parent | `s_c__Parent_Id__c` | Lookup ([Product2](product2-object-reference)) | No | The parent product in the relationship between two products. |\n| Position | `s_c__Position__c` | Number(18,0) | No | Enter the position of this product in relation to other products related to the same parent. Any related products with an empty position will be ordered last, alphabetically. |\n| Related Sub Type | `s_c__Sub_Type__c` | Picklist | No | The sub type can be any sub attribute of the relationship |\n| Related Type | `s_c__Type__c` | Picklist | No | The type can be any attribute of the relationship |\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 | [Product2](product2-object-reference) | Child_Product_Parent_Products |\n| `s_c__Parent_Id__c` | Lookup | [Product2](product2-object-reference) | Parent_Product_Related_Products |"}