Zone Object Reference
On this page
Overview
A Zone represents a tax or shipping zone within StoreConnect. The zone can have one or many Zone_Countries, Zone_States or Zone_Postcodes, all combined up into one Zone. So this allows you to have “Eastern Seaboard” as a zone, which could be 4 Zone_States. Or “Eastern Metro” as a zone which could be a few hundred postcodes (excluding the country folk).
| Property | Value |
|---|---|
| API Name | s_c__Zone__c |
| Label | Zone |
| Plural Label | Zones |
| Type | Custom Object |
Fields
| Field Label | API Name | Type | Required | Description |
|---|---|---|---|---|
| Strict | s_c__Match__c |
Picklist | No | If set to strict, this Zone will only be returned if all address details match. |
| StoreConnect External ID | s_c__sC_Id__c |
Text(36) | No | StoreConnect External ID, do not modify in Salesforce |
Referenced by
These objects hold a lookup or master-detail relationship to Zone (s_c__Zone__c). Where the referring record exists to join things together, Also links to shows what it connects this object to.
| Object | Field | Type | Relationship Name | Also links to |
|---|---|---|---|---|
| s_c__Collection_Point__c | s_c__Zone_Id__c |
Lookup | Zone_Collection_Points | — |
| s_c__Delivery_Window__c | s_c__Zone_Id__c |
Lookup | Delivery_Windows | s_c__Store__c |
| Pricebook2 | s_c__Tax_Zone_Id__c |
Lookup | Price_Books_Zone | — |
| PricebookEntry | s_c__Tax_Zone_Id__c |
Lookup | Price_Book_Entries_Zone | — |
| s_c__Promotion2_Product_Scope__c | s_c__Zone_Id__c |
Lookup | Promotion2_Product_Scopes_Zone | — |
| s_c__Shipping_Provider__c | s_c__Zone_Id__c |
Lookup | Shipping_Providers | s_c__Store__c |
| s_c__Shipping_Rate__c | s_c__Zone_Id__c |
Lookup | Shipping_Rates | — |
| s_c__Store__c | s_c__Zone_Id__c |
Lookup | Stores | — |
| s_c__Tax__c | s_c__Zone_Id__c |
Lookup | Taxes | — |
| s_c__Zone_City__c | s_c__Zone_Id__c |
MasterDetail | Zone_City_Zone | s_c__City__c |
| s_c__Zone_Country__c | s_c__Zone_Id__c |
MasterDetail | Zone_Countries_Zone | s_c__Country__c |
| s_c__Zone_Postcode__c | s_c__Zone_Id__c |
MasterDetail | Zone_Postcodes_Zone | s_c__Postcode__c |
| s_c__Zone_State__c | s_c__Zone_Id__c |
MasterDetail | Zone_States_Zone | s_c__State__c |
Was this article helpful?
Thanks for your feedback! It helps us improve our docs.