{"title":"Stock Transfer Item Object Reference","slug":"stock-transfer-item-object-reference","url":"https://support.storeconnect.com/articles/stock-transfer-item-object-reference","url_markdown":"https://support.storeconnect.com/articles/stock-transfer-item-object-reference.md","subtitle":null,"summary":"Contains the quantity to be transferred or received for each product in a given Stock_Transfer__c.","type":"Developer_Documentation","video_url":"","keywords":"salesforce, object reference, Stock Transfer Item, s_c__Stock_Transfer_Item__c, api","last_modified":"2026-08-21T07:12:35+0000","body_markdown":"## Overview\n\nContains the quantity to be transferred or received for each product in a given Stock_Transfer__c.\n\n| Property | Value |\n|----------|-------|\n| **API Name** | `s_c__Stock_Transfer_Item__c` |\n| **Label** | Stock Transfer Item |\n| **Plural Label** | Stock Transfer Items |\n| **Type** | Custom Object |\n\n## Fields\n\n| Field Label | API Name | Type | Required | Description |\n|-------------|----------|------|----------|-------------|\n| Product | `s_c__Product_Id__c` | Lookup ([Product2](product2-object-reference)) | No | Product being transferred or received. |\n| Quantity Received | `s_c__Quantity_Received__c` | Number(18,0) | No | Amount of products received and accepted from origin (Stock_Transfer__c.Origin_Id__c) to destination (Stock_Transfer__c.Destination_Id__c). The quantity received cannot be greater than the quantity sent. |\n| Quantity Sent | `s_c__Quantity_Sent__c` | Number(18,0) | Yes | Amount of products sent from origin (Stock_Transfer__c.Origin_Id__c) to destination (Stock_Transfer__c.Destination_Id__c). |\n| Stock Transfer | `s_c__Stock_Transfer_Id__c` | MasterDetail ([s_c__Stock_Transfer__c](stock-transfer-object-reference)) | No | Stock_Transfer__c from which the item belongs to. |\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__Product_Id__c` | Lookup | [Product2](product2-object-reference) | Stock_Transfer_Items |\n| `s_c__Stock_Transfer_Id__c` | MasterDetail | [s_c__Stock_Transfer__c](stock-transfer-object-reference) | Stock_Transfer_Items |\n\n## Referenced by\n\nThese objects hold a lookup or master-detail relationship to **Stock Transfer Item** (`s_c__Stock_Transfer_Item__c`). Where the referring record exists to join things together, **Also links to** shows what it connects this object to.\n\n| Object | Field | Type | Relationship Name | Also links to |\n|--------|-------|------|-------------------|---------------|\n| [s_c__Stock_Adjustment__c](stock-adjustment-object-reference) | `s_c__Stock_Transfer_Item_Id__c` | Lookup | Stock_Adjustments | [s_c__Stock_Level__c](stock-level-object-reference) |"}