{"title":"Cart Promotion 2 Object Reference","slug":"cart-promotion2-object-reference","url":"https://support.storeconnect.com/articles/cart-promotion2-object-reference","url_markdown":"https://support.storeconnect.com/articles/cart-promotion2-object-reference.md","subtitle":null,"summary":"Cart Promotion 2 records a Promotion v2 that has been applied to a shopping cart, tracking the coupon code used and the calculated discount amounts.","type":"Developer_Documentation","video_url":"","keywords":"salesforce, object reference, Cart Promotion v2, s_c__Cart_Promotion2__c, api, advanced promotions, coupon code, cart discount, auto applied","last_modified":"2026-07-30T00:28:16+0000","body_markdown":"Cart Promotion 2 records link a [Promotion 2](promotion2-object-reference) to a shopping cart. A record is created for each promotion applied to a cart — whether the customer entered a coupon code or the promotion was applied automatically — and it captures the coupon code used and the discount the promotion produced.\n\n| Property | Value |\n|----------|-------|\n| **API Name** | `s_c__Cart_Promotion2__c` |\n| **Label** | Cart Promotion v2 |\n| **Plural Label** | Cart Promotions v2 |\n| **Type** | Custom Object |\n\n## Fields\n\n| Field Label | API Name | Type | Required | Description |\n|-------------|----------|------|----------|-------------|\n| Auto Applied | `s_c__Auto_Applied__c` | Checkbox | No | Whether this promotion was automatically applied without a coupon code. |\n| Cart | `s_c__Cart_Id__c` | Lookup ([s_c__Cart__c](cart-object-reference)) | No | The cart this promotion is applied to. |\n| Coupon Code Used | `s_c__Coupon_Code_Used__c` | Text(255) | No | The coupon code that was entered to apply this promotion. |\n| Discount Amount | `s_c__Discount_Amount__c` | Currency(18,2) | No | Total monetary discount amount from this promotion. |\n| Discount Points | `s_c__Discount_Points__c` | Number(18,0) | No | Total points discount from this promotion. |\n| Promotion v2 | `s_c__Promotion2_Id__c` | Lookup ([s_c__Promotion2__c](promotion2-object-reference)) | No | The promotion applied to the cart. |\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__Cart_Id__c` | Lookup | [s_c__Cart__c](cart-object-reference) | Cart_Promotions_v2_Cart |\n| `s_c__Promotion2_Id__c` | Lookup | [s_c__Promotion2__c](promotion2-object-reference) | Cart_Promotions_v2_Promotion2 |"}