Postcode Object Reference
Overview
A Postcode represents a single postal or zip code to be associated with a Zone which is used in both calculating tax or shipping within StoreConnect. This could be "2009" or include letters like the UK postal system has.
| Property |
Value |
| API Name |
s_c__Postcode__c |
| Label |
Postcode |
| Plural Label |
Postcodes |
| Type |
Custom Object |
Fields
| Field Label |
API Name |
Type |
Required |
Description |
| Postal or ZIP code |
s_c__Code__c |
Text(10) |
Yes |
Postal or ZIP code, e.g. "2000", "90210", "SW1W 0NY", etc. |
| Country |
s_c__Country_Id__c |
MasterDetail (s_c__Country__c) |
No |
The Country that this Postcode belongs to. |
| State, Region, Territory or Province |
s_c__State_Id__c |
Lookup (s_c__State__c) |
No |
The State, Region, Territory or Province that this Postcode belongs to. |
| 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__Country_Id__c |
MasterDetail |
s_c__Country__c |
Postcodes |
s_c__State_Id__c |
Lookup |
s_c__State__c |
Postcodes |
Last updated March 6, 2025