City Object Reference
On this page
Overview
A City represents a single city to be associated with a Zone which is used in both calculating tax or shipping within StoreConnect.
| Property | Value |
|---|---|
| API Name | s_c__City__c |
| Label | City |
| Plural Label | Cities |
| Type | Custom Object |
Fields
| Field Label | API Name | Type | Required | Description |
|---|---|---|---|---|
| Country | s_c__Country_Id__c |
MasterDetail (s_c__Country__c) | No | The Country that this City belongs to. |
| 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. |
| State, Region, Territory or Province | s_c__State_Id__c |
Lookup (s_c__State__c) | No | The State, Region, Territory or Province that this City belongs to. |
Relationships
| Field | Type | Related Object | Relationship Name |
|---|---|---|---|
s_c__Country_Id__c |
MasterDetail | s_c__Country__c | City_Country |
s_c__State_Id__c |
Lookup | s_c__State__c | Cities |