{"title":"Cart Item Object Reference","slug":"cart-item-object-reference","url":"https://support.storeconnect.com/articles/cart-item-object-reference","url_markdown":"https://support.storeconnect.com/articles/cart-item-object-reference.md","subtitle":null,"summary":"The item that has been added to a Cart. It is often associated with a Product.","type":"Developer_Documentation","video_url":"","keywords":"salesforce, object reference, Cart Item, s_c__Cart_Item__c, api","last_modified":"2026-08-21T07:12:35+0000","body_markdown":"## Overview\n\nThe item that has been added to a Cart. It is often associated with a Product.\n\n| Property | Value |\n|----------|-------|\n| **API Name** | `s_c__Cart_Item__c` |\n| **Label** | Cart Item |\n| **Plural Label** | Cart Items |\n| **Type** | Custom Object |\n\n## Fields\n\n| Field Label | API Name | Type | Required | Description |\n|-------------|----------|------|----------|-------------|\n| Assisted By User | `s_c__Assisted_By_User_Id__c` | Lookup ([User](user-object-reference)) | No | The User who assisted with adding this item to the cart. |\n| Cart | `s_c__Cart_Id__c` | Lookup ([s_c__Cart__c](cart-object-reference)) | No | The Cart__c containing this Cart Item. |\n| Delivery Day | `s_c__Delivery_Day__c` | Text(255) | No | The delivery day for the Cart Item. |\n| Delivery Start Date | `s_c__Delivery_Start_Date__c` | DateTime | No | The start date for delivery. |\n| Delivery Time | `s_c__Delivery_Time__c` | Text(255) | No | The delivery time for the Cart Item. |\n| Delivery Window Debug | `s_c__Delivery_Window_Debug__c` | Text(255) | No | Debugging information for the corresponding delivery window of this Cart Item. |\n| Delivery Window | `s_c__Delivery_Window_Id__c` | Lookup ([s_c__Delivery_Window__c](delivery-window-object-reference)) | No | The delivery window associated with this Cart Item. |\n| Deposit Amount | `s_c__Deposit_Amount__c` | Number(18,2) | No | The deposit amount for the Cart Item. |\n| Deposit Payment Mode | `s_c__Deposit_Payment_Mode__c` | Picklist | No | The deposit payment mode for the Cart Item. |\n| Deposit Percentage | `s_c__Deposit_Percentage__c` | Number(18,2) | No | The deposit percentage for the Cart Item. |\n| Deposit Points | `s_c__Deposit_Points__c` | Number(18,0) | No | The deposit points for the Cart Item. |\n| Discount Amount | `s_c__Discount_Amount__c` | Currency(18,2) | No | The discount amount for this cart item. |\n| Discount Mode | `s_c__Discount_Mode__c` | Picklist | No | The mode of discount applied to this cart item. Can be: amount or percentage. |\n| Discount Percentage | `s_c__Discount_Percentage__c` | Number(18,2) | No | The discount percentage for this cart item. |\n| Display Name | `s_c__Display_Name__c` | Text(255) | No | The display name for the Cart Item. |\n| List Earn Points | `s_c__List_Earn_Points__c` | Number(18,0) | No | The listed points earned for the Cart Item. |\n| List Points | `s_c__List_Points__c` | Number(18,0) | No | The listed points for the Cart Item. |\n| List Price | `s_c__List_Price__c` | Number(18,2) | No | The list price for the Cart Item. |\n| Notes | `s_c__Notes__c` | LongTextArea(10000) | No | Optional notes for this Cart Item, captured at the Point of Sale. Copied to the corresponding Order Item when an order is created. |\n| Override Price | `s_c__Override_Price__c` | Checkbox | No | Indicates if the price is overridden. |\n| Pending Status | `s_c__Pending_Status__c` | Picklist | No | The status of any asynchronous background flow for this CartItem |\n| Product Component | `s_c__Product_Component_Id__c` | Lookup ([s_c__Product_Component__c](product-component-object-reference)) | No | The product component associated with this Cart Item. |\n| Product | `s_c__Product_Id__c` | Lookup ([Product2](product2-object-reference)) | No | The product associated with this Cart Item. |\n| Promotion | `s_c__Promotion2_Id__c` | Lookup ([s_c__Promotion2__c](promotion2-object-reference)) | No | The promotion associated with this Cart Item. |\n| Quantity | `s_c__Quantity__c` | Number(18,0) | No | The quantity of the Cart Item. |\n| Subscription Term Count | `s_c__Subscription_Term_Count__c` | Number(18,0) | No | How many terms the subscription is for. |\n| Transaction Discount | `s_c__Transaction_Discount__c` | Number(18,3) | No | The order-level discount that was applied to this Cart Item (if any). |\n| Unit Discount Points | `s_c__Unit_Discount_Points__c` | Number(18,0) | No | The points twin of Unit Discount: the per-unit discount expressed in points for the Cart Item. |\n| Unit Discount | `s_c__Unit_Discount__c` | Number(18,2) | No | The unit discount for the Cart Item. |\n| Unit Earn Points | `s_c__Unit_Earn_Points__c` | Number(18,0) | No | The amount of points earned for the Cart Item. |\n| Unit Points | `s_c__Unit_Points__c` | Number(18,0) | No | The amount of points for the Cart Item. |\n| Unit Price | `s_c__Unit_Price__c` | Number(18,2) | No | The unit price for the Cart Item. |\n| Use Points | `s_c__Use_Points__c` | Checkbox | No | Indicates if points are used for the Cart Item. |\n| Variable Price Amount | `s_c__Variable_Price_Amount__c` | Number(18,0) | No | The variable price amount for the Cart 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__Assisted_By_User_Id__c` | Lookup | [User](user-object-reference) | Cart_Item_Assisted_By_User |\n| `s_c__Cart_Id__c` | Lookup | [s_c__Cart__c](cart-object-reference) | Cart_Cart_Items |\n| `s_c__Delivery_Window_Id__c` | Lookup | [s_c__Delivery_Window__c](delivery-window-object-reference) | Cart_Item_Delivery_Windows |\n| `s_c__Product_Component_Id__c` | Lookup | [s_c__Product_Component__c](product-component-object-reference) | Cart_Item_Product_Component |\n| `s_c__Product_Id__c` | Lookup | [Product2](product2-object-reference) | Cart_Item_Products |\n| `s_c__Promotion2_Id__c` | Lookup | [s_c__Promotion2__c](promotion2-object-reference) | Cart_Item_Promotion2 |\n\n## Referenced by\n\nThese objects hold a lookup or master-detail relationship to **Cart Item** (`s_c__Cart_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__Cart_Fulfillment__c](cart-fulfillment-object-reference) | `s_c__Shipping_Cart_Item_Id__c` | Lookup | Cart_Fulfillments_Shipping_Cart_Item | — |\n| [s_c__Cart_Fulfillment_Item__c](cart-fulfillment-item-object-reference) | `s_c__Cart_Item_Id__c` | Lookup | Cart_Fulfillment_Item_Cart_Item | [Asset](asset-object-reference), [s_c__Cart_Fulfillment__c](cart-fulfillment-object-reference) |"}