Address Object Reference
Last modified 21 August 2026
Overview
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.
Property
Value
API Name
s_c__Address__c
Label
Address
Plural Label
Addresses
Type
Custom Object
Fields
Field Label
API Name
Type
Required
Description
Account
s_c__Account_Id__c
Lookup (Account )
No
The Account that this Address belongs to
City
s_c__City__c
Text(40)
No
The city for this address
Contact
s_c__Contact_Id__c
Lookup (Contact )
No
The Contact this Address belongs to, if any
Country Code
s_c__Country_Code__c
Text(80)
No
The ISO country code for this address (populated when Address Picklists are enabled)
Country
s_c__Country__c
Text(80)
No
The country name for this address
Is Default Billing
s_c__Is_Default_Billing__c
Checkbox
No
Whether this is the Account’s default billing address
Is Default Shipping
s_c__Is_Default_Shipping__c
Checkbox
No
Whether this is the Account’s default shipping address
Postal Code
s_c__Postal_Code__c
Text(20)
No
The postal or ZIP code for this address
State Code
s_c__State_Code__c
Text(80)
No
The ISO state/province code for this address (populated when Address Picklists are enabled)
State
s_c__State__c
Text(80)
No
The state or province name for this address
Street
s_c__Street__c
TextArea
No
The street address. May contain multiple lines separated by line breaks.
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
Addresses_Account
s_c__Contact_Id__c
Lookup
Contact
Addresses_Contact