{"title":"Address Object Reference","slug":"address-object-reference","url":"https://support.storeconnect.com/articles/address-object-reference","url_markdown":"https://support.storeconnect.com/articles/address-object-reference.md","subtitle":null,"summary":"An Address Book entry belonging to an Account. Stores a reusable shipping/billing address that a contact can select at checkout. An Account may have many Addresses, with at most one default shipping and one default billing.","type":"Developer_Documentation","video_url":"","keywords":"salesforce, object reference, Address, s_c__Address__c, api","last_modified":"2026-08-21T07:12:35+0000","body_markdown":"## Overview\n\nAn Address Book entry belonging to an Account. Stores a reusable shipping/billing address that a contact can select at checkout. An Account may have many Addresses, with at most one default shipping and one default billing.\n\n| Property | Value |\n|----------|-------|\n| **API Name** | `s_c__Address__c` |\n| **Label** | Address |\n| **Plural Label** | Addresses |\n| **Type** | Custom Object |\n\n## Fields\n\n| Field Label | API Name | Type | Required | Description |\n|-------------|----------|------|----------|-------------|\n| Account | `s_c__Account_Id__c` | Lookup ([Account](account-object-reference)) | No | The Account that this Address belongs to |\n| City | `s_c__City__c` | Text(40) | No | The city for this address |\n| Contact | `s_c__Contact_Id__c` | Lookup ([Contact](contact-object-reference)) | No | The Contact this Address belongs to, if any |\n| Country Code | `s_c__Country_Code__c` | Text(80) | No | The ISO country code for this address (populated when Address Picklists are enabled) |\n| Country | `s_c__Country__c` | Text(80) | No | The country name for this address |\n| Is Default Billing | `s_c__Is_Default_Billing__c` | Checkbox | No | Whether this is the Account's default billing address |\n| Is Default Shipping | `s_c__Is_Default_Shipping__c` | Checkbox | No | Whether this is the Account's default shipping address |\n| Postal Code | `s_c__Postal_Code__c` | Text(20) | No | The postal or ZIP code for this address |\n| State Code | `s_c__State_Code__c` | Text(80) | No | The ISO state/province code for this address (populated when Address Picklists are enabled) |\n| State | `s_c__State__c` | Text(80) | No | The state or province name for this address |\n| Street | `s_c__Street__c` | TextArea | No | The street address. May contain multiple lines separated by line breaks. |\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__Account_Id__c` | Lookup | [Account](account-object-reference) | Addresses_Account |\n| `s_c__Contact_Id__c` | Lookup | [Contact](contact-object-reference) | Addresses_Contact |"}