{"title":"Stock Transfer Object Reference","slug":"stock-transfer-object-reference","url":"https://support.storeconnect.com/articles/stock-transfer-object-reference","url_markdown":"https://support.storeconnect.com/articles/stock-transfer-object-reference.md","subtitle":null,"summary":"Allows stock to be moved from one stock location to another.","type":"Developer_Documentation","video_url":"","keywords":"salesforce, object reference, Stock Transfer, s_c__Stock_Transfer__c, api","last_modified":"2026-08-21T07:12:35+0000","body_markdown":"## Overview\n\nAllows stock to be moved from one stock location to another.\n\n| Property | Value |\n|----------|-------|\n| **API Name** | `s_c__Stock_Transfer__c` |\n| **Label** | Stock Transfer |\n| **Plural Label** | Stock Transfers |\n| **Type** | Custom Object |\n\n## Fields\n\n| Field Label | API Name | Type | Required | Description |\n|-------------|----------|------|----------|-------------|\n| Estimated Arrival Date | `s_c__Arrival_Date__c` | Date | No | Date the transfer is expected to arrive |\n| Description | `s_c__Description__c` | LongTextArea(32768) | No | Description of the stock transfer |\n| Destination | `s_c__Destination_Id__c` | Lookup ([s_c__Stock_Location__c](stock-location-object-reference)) | Yes | Destination stock location of the transfer. It cannot be the same as the origin stock location. |\n| Origin | `s_c__Origin_Id__c` | Lookup ([s_c__Stock_Location__c](stock-location-object-reference)) | Yes | Origin stock location of the transfer. It cannot be the same as the destination stock location. |\n| Received Date | `s_c__Received_Date__c` | Date | No | Date on when the transfer actually arrived |\n| Reference | `s_c__Reference__c` | Text(255) | No | Reference details for transfer. This can be any internal reference number for identifying the transfer. |\n| Status | `s_c__Status__c` | Picklist | Yes | Current status of the transfer. It could be Ready, In Transit or Received. |\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__Destination_Id__c` | Lookup | [s_c__Stock_Location__c](stock-location-object-reference) | Destination_Stock_Transfers |\n| `s_c__Origin_Id__c` | Lookup | [s_c__Stock_Location__c](stock-location-object-reference) | Origin_Stock_Transfers |\n\n## Referenced by\n\nThese objects hold a lookup or master-detail relationship to **Stock Transfer** (`s_c__Stock_Transfer__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_Transfer_Item__c](stock-transfer-item-object-reference) | `s_c__Stock_Transfer_Id__c` | MasterDetail | Stock_Transfer_Items | [Product2](product2-object-reference) |"}