{"title":"Payment Item Object Reference","slug":"payment-item-object-reference","url":"https://support.storeconnect.com/articles/payment-item-object-reference","url_markdown":"https://support.storeconnect.com/articles/payment-item-object-reference.md","subtitle":null,"summary":"Reference documentation for the Payment Item object in StoreConnect.","type":"Developer_Documentation","video_url":"","keywords":"salesforce, object reference, Payment Item, s_c__Payment_Item__c, api","last_modified":"2026-08-21T07:12:35+0000","body_markdown":"## Overview\n\n| Property | Value |\n|----------|-------|\n| **API Name** | `s_c__Payment_Item__c` |\n| **Label** | Payment Item |\n| **Plural Label** | Payment Items |\n| **Type** | Custom Object |\n\n## Fields\n\n| Field Label | API Name | Type | Required | Description |\n|-------------|----------|------|----------|-------------|\n| Amount | `s_c__Amount__c` | Currency(18,6) | No | The amount of this payment item. |\n| Order Item | `s_c__Order_Item_Id__c` | Lookup ([OrderItem](orderitem-object-reference)) | No | The order item associated to this payment item. |\n| Payment | `s_c__Payment_Id__c` | Lookup ([s_c__Payment__c](payment-object-reference)) | No | The payment associated to this item. |\n| Points | `s_c__Points__c` | Number(18,0) | No | The points amount of this Payment Item. |\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) | Payment_Item_Order_Item |\n| `s_c__Payment_Id__c` | Lookup | [s_c__Payment__c](payment-object-reference) | Payment_Item_Payment |\n\n## Referenced by\n\nThese objects hold a lookup or master-detail relationship to **Payment Item** (`s_c__Payment_Item__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__Allocated_Fulfillment_Payment__c](allocated-fulfillment-payment-object-reference) | `s_c__Payment_Item_Id__c` | Lookup | Allocated_Fulfillment_Payments | [s_c__Fulfillment_Item__c](fulfillment-item-object-reference) |"}