{"title":"Country Object Reference","slug":"country-object-reference","url":"https://support.storeconnect.com/articles/country-object-reference","url_markdown":"https://support.storeconnect.com/articles/country-object-reference.md","subtitle":null,"summary":"A Country represents a single country\n    to be assocated with a Zone which is used in\n    both calculating tax or shipping within StoreConnect.\n\n    This could be \u0026quot;Australia\u0026quot; or \u0026quot;United States of America\u0026quot;\n\n    The only validation done on a country is via the\n    3 digit alpha code.  This must be per ISO 3166 for\n    the system to work correctly.","type":"Developer_Documentation","video_url":"","keywords":"salesforce, object reference, Country, s_c__Country__c, api","last_modified":"2026-08-21T07:12:35+0000","body_markdown":"## Overview\n\nA Country represents a single country\n    to be assocated with a Zone which is used in\n    both calculating tax or shipping within StoreConnect.\n\n    This could be \"Australia\" or \"United States of America\"\n\n    The only validation done on a country is via the\n    3 digit alpha code.  This must be per ISO 3166 for\n    the system to work correctly.\n\n| Property | Value |\n|----------|-------|\n| **API Name** | `s_c__Country__c` |\n| **Label** | Country |\n| **Plural Label** | Countries |\n| **Type** | Custom Object |\n\n## Fields\n\n| Field Label | API Name | Type | Required | Description |\n|-------------|----------|------|----------|-------------|\n| Code | `s_c__Code__c` | Picklist | Yes | The country (note, this picklist must comply with the ISO 3166 standard, e.g. \"AUS\" for Australia or \"USA\" for United States) |\n| StoreConnect External ID | `s_c__sC_Id__c` | Text(36) | No | StoreConnect External ID, do not modify in Salesforce |\n\n## Referenced by\n\nThese objects hold a lookup or master-detail relationship to **Country** (`s_c__Country__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__Bookable_Location__c](bookable-location-object-reference) | `s_c__Country_Id__c` | Lookup | Bookable_Locations | [s_c__Store__c](store-object-reference) |\n| [s_c__City__c](city-object-reference) | `s_c__Country_Id__c` | MasterDetail | City_Country | [s_c__State__c](state-object-reference) |\n| [s_c__Outlet__c](outlet-object-reference) | `s_c__Country_Id__c` | Lookup | Outlets | — |\n| [s_c__Postcode__c](postcode-object-reference) | `s_c__Country_Id__c` | MasterDetail | Postcodes | [s_c__State__c](state-object-reference) |\n| [s_c__State__c](state-object-reference) | `s_c__Country_Id__c` | MasterDetail | States | — |\n| [s_c__Stock_Location__c](stock-location-object-reference) | `s_c__Country_Id__c` | Lookup | Stock_Locations_Countries | [s_c__Media__c](media-object-reference) |\n| [s_c__Zone_Country__c](zone-country-object-reference) | `s_c__Country_Id__c` | MasterDetail | Zone_Countries_Country | [s_c__Zone__c](zone-object-reference) |\n\n\u003c!-- DIAGRAM OPPORTUNITY\n     7 objects point at this one. A fan-in diagram would make the dependency direction obvious at a glance.\n     Deferred to the diagram phase; remove this comment when a diagram is added. --\u003e"}