{"title":"Reward Usage Object Reference","slug":"reward-usage-object-reference","url":"https://support.storeconnect.com/articles/reward-usage-object-reference","url_markdown":"https://support.storeconnect.com/articles/reward-usage-object-reference.md","subtitle":null,"summary":"Reward Usage tracks each individual reward applied to an order from a Promotion v2, recording which reward was applied and the discount value.","type":"Developer_Documentation","video_url":"","keywords":"salesforce, object reference, Reward Usage, s_c__Reward_Usage__c, api, advanced promotions, reward, usage tracking","last_modified":"2026-07-30T00:28:16+0000","body_markdown":"Reward Usage records track each [Promotion 2 reward](reward-object-reference) applied to an order. Where a [Promotion 2 Usage](promotion2-usage-object-reference) record captures the promotion applied to an order as a whole, a Reward Usage record captures an individual reward within that promotion and the discount value it produced.\n\n| Property | Value |\n|----------|-------|\n| **API Name** | `s_c__Reward_Usage__c` |\n| **Label** | Reward Usage |\n| **Plural Label** | Reward Usages |\n| **Type** | Custom Object |\n\n## Fields\n\n| Field Label | API Name | Type | Required | Description |\n|-------------|----------|------|----------|-------------|\n| Display Name | `s_c__Display_Name__c` | Text(255) | No | Customer-facing name of the reward at the time it was applied. |\n| Order | `s_c__Order_Id__c` | Lookup ([Order](order-object-reference)) | No | The order this reward was applied to. |\n| Promotion v2 | `s_c__Promotion2_Id__c` | Lookup ([s_c__Promotion2__c](promotion2-object-reference)) | No | The promotion this reward belongs 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 | Total monetary value of this reward discount. |\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_Id__c` | Lookup | [Order](order-object-reference) | Reward_Usages_Order |\n| `s_c__Promotion2_Id__c` | Lookup | [s_c__Promotion2__c](promotion2-object-reference) | Reward_Usages_Promotion2 |\n| `s_c__Reward_Id__c` | Lookup | [s_c__Reward__c](reward-object-reference) | Reward_Usages_Reward |"}