{"title":"Stock Adjustment Object Reference","slug":"stock-adjustment-object-reference","url":"https://support.storeconnect.com/articles/stock-adjustment-object-reference","url_markdown":"https://support.storeconnect.com/articles/stock-adjustment-object-reference.md","subtitle":null,"summary":"Stock Adjustment is a history log that tracks quantity changes for stock levels. It is automatically created and should not be altered directly.","type":"Developer_Documentation","video_url":"","keywords":"salesforce, object reference, Stock Adjustment, s_c__Stock_Adjustment__c, api","last_modified":"2026-08-21T07:12:35+0000","body_markdown":"## Overview\n\nStock Adjustment is a history log that tracks quantity changes for stock levels. It is automatically created and should not be altered directly.\n\n| Property | Value |\n|----------|-------|\n| **API Name** | `s_c__Stock_Adjustment__c` |\n| **Label** | Stock Adjustment |\n| **Plural Label** | Stock Adjustments |\n| **Type** | Custom Object |\n\n## Fields\n\n| Field Label | API Name | Type | Required | Description |\n|-------------|----------|------|----------|-------------|\n| Amount | `s_c__Amount__c` | Number(18,0) | Yes | Quantity changed for the stock level at the time of this stock adjustment. It could be a positive or negative number. |\n| Date | `s_c__Date__c` | DateTime | Yes | Date when the stock adjustment occurred |\n| Stock Level | `s_c__Stock_Level_Id__c` | Lookup ([s_c__Stock_Level__c](stock-level-object-reference)) | Yes | Stock level that is affected by the stock adjustment |\n| Stock Transfer Item | `s_c__Stock_Transfer_Item_Id__c` | Lookup ([s_c__Stock_Transfer_Item__c](stock-transfer-item-object-reference)) | No | Stock transfer item that caused the stock adjustment |\n| Type | `s_c__Type__c` | Picklist | Yes | Type of event that caused the stock level quantity to change. Examples: Transfer Received, Returned From Customer |\n\n## Relationships\n\n| Field | Type | Related Object | Relationship Name |\n|-------|------|----------------|-------------------|\n| `s_c__Stock_Level_Id__c` | Lookup | [s_c__Stock_Level__c](stock-level-object-reference) | Stock_Adjustments |\n| `s_c__Stock_Transfer_Item_Id__c` | Lookup | [s_c__Stock_Transfer_Item__c](stock-transfer-item-object-reference) | Stock_Adjustments |"}