{"title":"Order Item Reward Object Reference","slug":"order-item-reward-object-reference","url":"https://support.storeconnect.com/articles/order-item-reward-object-reference","url_markdown":"https://support.storeconnect.com/articles/order-item-reward-object-reference.md","subtitle":null,"summary":"Order Item Reward tracks the discount a Promotion v2 reward applied to a specific order line item.","type":"Developer_Documentation","video_url":"","keywords":"salesforce, object reference, Order Item Reward, s_c__Order_Item_Reward__c, api, advanced promotions, reward, order item discount","last_modified":"2026-07-30T00:28:16+0000","body_markdown":"Order Item Reward records capture the discount a [Promotion 2 reward](reward-object-reference) applied to an individual order line item. Each record links an [order item](orderitem-object-reference) to the reward that discounted it and stores the resulting value, giving line-level visibility into how a promotion's rewards were distributed across an order.\n\n| Property | Value |\n|----------|-------|\n| **API Name** | `s_c__Order_Item_Reward__c` |\n| **Label** | Order Item Reward |\n| **Plural Label** | Order Item Rewards |\n| **Type** | Custom Object |\n\n## Fields\n\n| Field Label | API Name | Type | Required | Description |\n|-------------|----------|------|----------|-------------|\n| Order Item | `s_c__Order_Item_Id__c` | Lookup ([OrderItem](orderitem-object-reference)) | No | The order line item this reward was applied to. |\n| Reward | `s_c__Reward_Id__c` | Lookup ([s_c__Reward__c](reward-object-reference)) | No | The reward that was applied. |\n| Total Value | `s_c__Total_Value__c` | Currency(18,2) | No | The discount value applied to this order item by this reward. |\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__Order_Item_Id__c` | Lookup | [OrderItem](orderitem-object-reference) | Order_Item_Rewards_OrderItem |\n| `s_c__Reward_Id__c` | Lookup | [s_c__Reward__c](reward-object-reference) | Order_Item_Rewards_Reward |"}