# Cart Object Reference

Source: https://support.storeconnect.com/articles/cart-object-reference · Last modified 21 August 2026

## Overview

The customer's shopping cart holding Cart Items. The record is often generated from the Store website.

| Property | Value |
|----------|-------|
| **API Name** | `s_c__Cart__c` |
| **Label** | Cart |
| **Plural Label** | Carts |
| **Type** | Custom Object |

## Fields

| Field Label | API Name | Type | Required | Description |
|-------------|----------|------|----------|-------------|
| Abandoned | `s_c__Abandoned__c` | Checkbox | No | Determines whether the cart was abandoned. |
| Account | `s_c__Account_Id__c` | Lookup ([Account](account-object-reference)) | No | The Account associated with this cart. |
| Assisted By User | `s_c__Assisted_By_User_Id__c` | Lookup ([User](user-object-reference)) | No | The User who assisted with this cart. |
| Billing City | `s_c__Billing_City__c` | Text(40) | No | The city of the customer's billing address. |
| Billing Country Code | `s_c__Billing_Country_Code__c` | Text(80) | No | The country code of the customer's billing address. |
| Billing Country | `s_c__Billing_Country__c` | Text(80) | No | The country of the customer's billing address. |
| Billing Postal Code | `s_c__Billing_Postal_Code__c` | Text(20) | No | The postal code of the customer's billing address. |
| Billing State Code | `s_c__Billing_State_Code__c` | Text(80) | No | The state code of the customer's billing address. |
| Billing State | `s_c__Billing_State__c` | Text(80) | No | The state of the customer's billing address. |
| Billing Street | `s_c__Billing_Street__c` | Text(255) | No | The street of the customer's billing address. |
| Browser Country | `s_c__Browser_Country__c` | Text(255) | No | The country of the customer's browser. |
| Browser Device Type | `s_c__Browser_Device_Type__c` | Text(255) | No | The device type of the customer's browser. |
| Browser Geolocation | `s_c__Browser_Geolocation__c` | Location | No | The geolocation of the customer's browser. |
| Browser Ip Address | `s_c__Browser_Ip_Address__c` | Text(255) | No | The IP address of the customer's browser. |
| Browser Language | `s_c__Browser_Language__c` | Text(255) | No | The language of the customer's browser. |
| Browser Name | `s_c__Browser_Name__c` | Text(255) | No | The name of the customer's browser. |
| Browser Platform | `s_c__Browser_Platform__c` | Text(255) | No | The platform of the customer's browser. |
| Browser Screen Resolution | `s_c__Browser_Screen_Resolution__c` | Text(255) | No | The screen resolution of the customer's browser. |
| Browser Timezone | `s_c__Browser_Timezone__c` | Text(255) | No | The timezone of the customer's browser. |
| Browser User Agent | `s_c__Browser_User_Agent__c` | Text(255) | No | The user agent of the customer's browser. |
| Checkout Deposit Amount | `s_c__Checkout_Deposit_Amount__c` | Currency(18,2) | No | The deposit amount the customer chose to pay now at web checkout, with the balance collected later. Blank when no deposit is set. |
| Checkout Email | `s_c__Checkout_Email__c` | Text(255) | No | The email used during checkout. |
| Checkout Phone | `s_c__Checkout_Phone__c` | Text(255) | No | The phone number used during checkout. |
| Checkout Shipping Email | `s_c__Checkout_Shipping_Email__c` | Text(255) | No | The shipping email used during checkout. |
| Checkout Shipping Phone | `s_c__Checkout_Shipping_Phone__c` | Text(255) | No | The shipping phone number used during checkout. |
| Collection Point | `s_c__Collection_Point_Id__c` | Lookup ([s_c__Collection_Point__c](collection-point-object-reference)) | No | The Collection_Point__c associated with this cart. |
| Collection Point Stock Location | `s_c__Collection_Point_Stock_Location_Id__c` | Lookup ([s_c__Stock_Location__c](stock-location-object-reference)) | No | The Stock_Location__c associated with this cart. |
| Contact | `s_c__Contact_Id__c` | Lookup ([Contact](contact-object-reference)) | No | The Contact associated with this cart. |
| Customer Notes | `s_c__Customer_Notes_Long__c` | LongTextArea(10000) | No | Holds any notes supplied by the customer during checkout. |
| Discount Amount | `s_c__Discount_Amount__c` | Currency(18,2) | No | The discount amount (dollar value) for the cart-wide discount. |
| Discount Mode | `s_c__Discount_Mode__c` | Picklist | No | The mode of cart-wide discount applied. Can be: amount or percentage. |
| Discount Percentage | `s_c__Discount_Percentage__c` | Number(18,2) | No | The discount percentage for the cart-wide discount. |
| Order | `s_c__Order_Id__c` | Lookup ([Order](order-object-reference)) | No | The Order associated with this cart. |
| Pricebook | `s_c__Pricebook_Id__c` | Lookup ([Pricebook2](pricebook2-object-reference)) | No | The Pricebook that this cart belongs to. |
| Promotion | `s_c__Promotion_Id__c` | Lookup ([s_c__Promotion__c](promotion-object-reference)) | No | The Promotion__c associated with this cart. |
| Ship To Account | `s_c__Ship_To_Account_Id__c` | Lookup ([Account](account-object-reference)) | No | The Account the cart's order will ship to. |
| Ship To Contact | `s_c__Ship_To_Contact_Id__c` | Lookup ([Contact](contact-object-reference)) | No | The Contact the cart's order will ship to. |
| Shipping Carrier Product | `s_c__Shipping_Carrier_Product_Id__c` | Lookup ([s_c__Shipping_Carrier_Product__c](shipping-carrier-product-object-reference)) | No | The Shipping_Carrier_Product__c associated with this cart. |
| Shipping City | `s_c__Shipping_City__c` | Text(40) | No | The city of the customer's shipping address. |
| Shipping Country Code | `s_c__Shipping_Country_Code__c` | Text(80) | No | The country code of the customer's shipping address. |
| Shipping Country | `s_c__Shipping_Country__c` | Text(80) | No | The country of the customer's shipping address. |
| Shipping Postal Code | `s_c__Shipping_Postal_Code__c` | Text(20) | No | The postal code of the customer's shipping address. |
| Shipping Rate | `s_c__Shipping_Rate_Id__c` | Lookup ([s_c__Shipping_Rate__c](shipping-rate-object-reference)) | No | The Shipping_Rate__c associated with this cart. |
| Shipping State Code | `s_c__Shipping_State_Code__c` | Text(80) | No | The state code of the customer's shipping address. |
| Shipping State | `s_c__Shipping_State__c` | Text(80) | No | The state of the customer's shipping address. |
| Shipping Street | `s_c__Shipping_Street__c` | Text(255) | No | The street of the customer's shipping address. |
| Source | `s_c__Source__c` | Picklist | No | Where the cart was created. Can be: web, pos, api, or manual. |
| Status | `s_c__Status__c` | Picklist | No | The current step of the cart, can be: open, customer, shipping, terms_and_conditions, payment, payment_processing, paid, complete, failed, quotation_requested. |
| Store | `s_c__Store_Id__c` | Lookup ([s_c__Store__c](store-object-reference)) | No | The Store__c associated with this cart. |
| Tax Provider Error | `s_c__Tax_Provider_Error__c` | Text(255) | No | The error returned from the tax provider service. |
| Test Order | `s_c__Test_Order__c` | Checkbox | No | Determines whether the cart is a test order. |
| StoreConnect External ID | `s_c__sC_Id__c` | Text(36) | No | StoreConnect External ID, do not modify in Salesforce |

## Relationships

| Field | Type | Related Object | Relationship Name |
|-------|------|----------------|-------------------|
| `s_c__Account_Id__c` | Lookup | [Account](account-object-reference) | Cart_Accounts |
| `s_c__Assisted_By_User_Id__c` | Lookup | [User](user-object-reference) | Cart_Assisted_By_Users |
| `s_c__Collection_Point_Id__c` | Lookup | [s_c__Collection_Point__c](collection-point-object-reference) | Cart_Collection_Points |
| `s_c__Collection_Point_Stock_Location_Id__c` | Lookup | [s_c__Stock_Location__c](stock-location-object-reference) | Cart_Collection_Point_Stock_Locations |
| `s_c__Contact_Id__c` | Lookup | [Contact](contact-object-reference) | Cart_Contacts |
| `s_c__Order_Id__c` | Lookup | [Order](order-object-reference) | Cart_Orders |
| `s_c__Pricebook_Id__c` | Lookup | [Pricebook2](pricebook2-object-reference) | Cart_Pricebooks |
| `s_c__Promotion_Id__c` | Lookup | [s_c__Promotion__c](promotion-object-reference) | Cart_Promotions |
| `s_c__Ship_To_Account_Id__c` | Lookup | [Account](account-object-reference) | Cart_Ship_To_Accounts |
| `s_c__Ship_To_Contact_Id__c` | Lookup | [Contact](contact-object-reference) | Cart_Ship_To_Contacts |
| `s_c__Shipping_Carrier_Product_Id__c` | Lookup | [s_c__Shipping_Carrier_Product__c](shipping-carrier-product-object-reference) | Cart_Shipping_Carrier_Products |
| `s_c__Shipping_Rate_Id__c` | Lookup | [s_c__Shipping_Rate__c](shipping-rate-object-reference) | Cart_Shipping_Rates |
| `s_c__Store_Id__c` | Lookup | [s_c__Store__c](store-object-reference) | Cart_Stores |

## Referenced by

These objects hold a lookup or master-detail relationship to **Cart** (`s_c__Cart__c`). Where the referring record exists to join things together, **Also links to** shows what it connects this object to.

| Object | Field | Type | Relationship Name | Also links to |
|--------|-------|------|-------------------|---------------|
| [s_c__Cart_Campaign__c](cart-campaign-object-reference) | `s_c__Cart_Id__c` | Lookup | Cart_Campaigns | — |
| [s_c__Cart_Fulfillment__c](cart-fulfillment-object-reference) | `s_c__Cart_Id__c` | Lookup | Cart_Fulfillments | — |
| [s_c__Cart_Item__c](cart-item-object-reference) | `s_c__Cart_Id__c` | Lookup | Cart_Cart_Items | — |
| [s_c__Cart_Promotion2__c](cart-promotion2-object-reference) | `s_c__Cart_Id__c` | Lookup | Cart_Promotions_v2_Cart | [s_c__Promotion2__c](promotion2-object-reference) |

<!-- DIAGRAM OPPORTUNITY
     This object is a hub: 13 outbound and 4 inbound relationships. An entity-relationship diagram grouping these by functional area would let a reader see its place in the model without reading two long tables.
     Deferred to the diagram phase; remove this comment when a diagram is added. -->

---

## Follow StoreConnect

- [Email Newsletter](https://getstoreconnect.com/c/lp-newsletter)
- [LinkedIn Newsletter](https://www.linkedin.com/build-relation/newsletter-follow?entityUrn=7444956928444862464)
- [YouTube](https://www.youtube.com/channel/UCngKdP2x8l1wcbAKW3tvU8g)
- [LinkedIn](https://www.linkedin.com/company/storeconnect)
- [X / Twitter](https://x.com/storeconnecthq)

## Popular Links

- [Partners](https://getstoreconnect.com/partners)
- [News](https://getstoreconnect.com/articles/news)
- [Events](https://getstoreconnect.com/articles/events)
- [Feature Comparison](https://getstoreconnect.com/how-we-compare)
- [Download a free trial](https://appexchange.salesforce.com/appxListingDetail?listingId=a0N3A00000FMkeKUAT)
- [Book a Demo](https://getstoreconnect.com/contact)

## Documentation

- [Help documentation](https://support.storeconnect.com/help-documentation)
- [AI agents](https://support.storeconnect.com/ai)
- [Videos & tutorials](https://support.storeconnect.com/videos-tutorials)
- [Developer reference](https://support.storeconnect.com/developer-reference)
- [Release notes](https://support.storeconnect.com/release-notes)
- [Troubleshooting](https://support.storeconnect.com/troubleshooting)
- [Trust Center](https://trust.getstoreconnect.com/)
- [Status Page](https://status.storeconnect.com/)

## Contact

- info@getstoreconnect.com
- US +1 415 745 3230
- AUS +61 2 8365 2308

100 S Ashley Dr, Suite 600-2461
Tampa FL 33602-600 USA

Level 22, Sydney Place
180 George Street
Sydney, NSW, 2000, AUS

---

StoreConnect Support — https://support.storeconnect.com/articles/cart-object-reference