{"title":"Manual Stock Adjustment Item Object Reference","slug":"manual-stock-adjustment-item-object-reference","url":"https://support.storeconnect.com/articles/manual-stock-adjustment-item-object-reference","url_markdown":"https://support.storeconnect.com/articles/manual-stock-adjustment-item-object-reference.md","subtitle":null,"summary":"An adjustment to product stock levels as part of a manual stock adjustment","type":"Developer_Documentation","video_url":"","keywords":"salesforce, object reference, Manual Stock Adjustment Item, s_c__Manual_Stock_Adjustment_Item__c, api","last_modified":"2026-08-21T07:12:35+0000","body_markdown":"## Overview\n\nAn adjustment to product stock levels as part of a manual stock adjustment\n\n| Property | Value |\n|----------|-------|\n| **API Name** | `s_c__Manual_Stock_Adjustment_Item__c` |\n| **Label** | Manual Stock Adjustment Item |\n| **Plural Label** | Manual Stock Adjustment Items |\n| **Type** | Custom Object |\n\n## Fields\n\n| Field Label | API Name | Type | Required | Description |\n|-------------|----------|------|----------|-------------|\n| Entered By | `s_c__Entered_By_Id__c` | Lookup ([User](user-object-reference)) | No | The User which entered this Manual Stock Adjustment Item. |\n| Manual Stock Adjustment | `s_c__Manual_Stock_Adjustment_Id__c` | Lookup ([s_c__Manual_Stock_Adjustment__c](manual-stock-adjustment-object-reference)) | No | The `Manual_Stock_Adjustment__c` which this Item belongs to. |\n| Notes | `s_c__Notes__c` | LongTextArea(10000) | No | Holds any notes entered by the user when creating this Manual Stock Adjustment Item. |\n| Product | `s_c__Product_Id__c` | Lookup ([Product2](product2-object-reference)) | No | The product this stock adjustment applies to. |\n| Quantity | `s_c__Quantity__c` | Number(18,0) | No | The quantity of this adjustment - for adjustments this is the relative change, for stocktake this is the absolute value. |\n| Stock On Hand | `s_c__Stock_On_Hand__c` | Number(18,0) | No | The available stock on hand before this adjustment was applied. |\n| Unit Cost | `s_c__Unit_Cost__c` | Currency(10,5) | No | The cost price of the Product when this Adjustment Item was created. |\n| Unit Variance | `s_c__Unit_Variance__c` | Number(18,0) | No | The change in unit count after this adjustment is applied. |\n| Value On Hand | `s_c__Value_On_Hand__c` | Currency(10,5) | No | The total value (cost price * unit count) of the Product before this adjustment is applied. |\n| Value Variance | `s_c__Value_Variance__c` | Currency(10,5) | No | The change in monetary value (cost price * unit count of stock on hand after this adjustment is applied. |\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__Entered_By_Id__c` | Lookup | [User](user-object-reference) | Manual_Stock_Adjustment_Item_Entered_Bys |\n| `s_c__Manual_Stock_Adjustment_Id__c` | Lookup | [s_c__Manual_Stock_Adjustment__c](manual-stock-adjustment-object-reference) | Manual_Stock_Adjustment_Items |\n| `s_c__Product_Id__c` | Lookup | [Product2](product2-object-reference) | Manual_Stock_Adjustment_Item_Products |"}