{"title":"City Object Reference","slug":"city-object-reference","url":"https://support.storeconnect.com/articles/city-object-reference","url_markdown":"https://support.storeconnect.com/articles/city-object-reference.md","subtitle":null,"summary":"A City represents a single city to be associated with a Zone which is used in both calculating tax or shipping within StoreConnect.","type":"Developer_Documentation","video_url":"","keywords":"salesforce, object reference, City, s_c__City__c, api","last_modified":"2026-08-21T07:12:35+0000","body_markdown":"## Overview\n\nA City represents a single city to be associated with a Zone which is used in both calculating tax or shipping within StoreConnect.\n\n| Property | Value |\n|----------|-------|\n| **API Name** | `s_c__City__c` |\n| **Label** | City |\n| **Plural Label** | Cities |\n| **Type** | Custom Object |\n\n## Fields\n\n| Field Label | API Name | Type | Required | Description |\n|-------------|----------|------|----------|-------------|\n| Country | `s_c__Country_Id__c` | MasterDetail ([s_c__Country__c](country-object-reference)) | No | The Country that this City belongs to. |\n| Display Name | `s_c__Display_Name__c` | Text(255) | No | The name of the City that will show on the website. If empty, Name will be shown instead. |\n| State, Region, Territory or Province | `s_c__State_Id__c` | Lookup ([s_c__State__c](state-object-reference)) | No | The State, Region, Territory or Province that this City belongs to. |\n\n## Relationships\n\n| Field | Type | Related Object | Relationship Name |\n|-------|------|----------------|-------------------|\n| `s_c__Country_Id__c` | MasterDetail | [s_c__Country__c](country-object-reference) | City_Country |\n| `s_c__State_Id__c` | Lookup | [s_c__State__c](state-object-reference) | Cities |\n\n## Referenced by\n\nThese objects hold a lookup or master-detail relationship to **City** (`s_c__City__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__Zone_City__c](zone-city-object-reference) | `s_c__City_Id__c` | MasterDetail | Zone_City_City | [s_c__Zone__c](zone-object-reference) |"}