{"title":"Zone Object Reference","slug":"zone-object-reference","url":"https://support.storeconnect.com/articles/zone-object-reference","url_markdown":"https://support.storeconnect.com/articles/zone-object-reference.md","subtitle":null,"summary":"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 \u0026quot;Eastern Seaboard\u0026quot; as a zone, which could be 4 Zone_States.  Or \u0026quot;Eastern Metro\u0026quot; as a zone which could be a few hundred postcodes (excluding the country folk).","type":"Developer_Documentation","video_url":"","keywords":"salesforce, object reference, Zone, s_c__Zone__c, api","last_modified":"2026-08-21T07:12:35+0000","body_markdown":"## Overview\n\nA 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).\n\n| Property | Value |\n|----------|-------|\n| **API Name** | `s_c__Zone__c` |\n| **Label** | Zone |\n| **Plural Label** | Zones |\n| **Type** | Custom Object |\n\n## Fields\n\n| Field Label | API Name | Type | Required | Description |\n|-------------|----------|------|----------|-------------|\n| Strict | `s_c__Match__c` | Picklist | No | If set to strict, this Zone will only be returned if all address details match. |\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 **Zone** (`s_c__Zone__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__Collection_Point__c](collection-point-object-reference) | `s_c__Zone_Id__c` | Lookup | Zone_Collection_Points | — |\n| [s_c__Delivery_Window__c](delivery-window-object-reference) | `s_c__Zone_Id__c` | Lookup | Delivery_Windows | [s_c__Store__c](store-object-reference) |\n| [Pricebook2](pricebook2-object-reference) | `s_c__Tax_Zone_Id__c` | Lookup | Price_Books_Zone | — |\n| [PricebookEntry](pricebookentry-object-reference) | `s_c__Tax_Zone_Id__c` | Lookup | Price_Book_Entries_Zone | — |\n| [s_c__Promotion2_Product_Scope__c](promotion2-product-scope-object-reference) | `s_c__Zone_Id__c` | Lookup | Promotion2_Product_Scopes_Zone | — |\n| [s_c__Shipping_Provider__c](shipping-provider-object-reference) | `s_c__Zone_Id__c` | Lookup | Shipping_Providers | [s_c__Store__c](store-object-reference) |\n| [s_c__Shipping_Rate__c](shipping-rate-object-reference) | `s_c__Zone_Id__c` | Lookup | Shipping_Rates | — |\n| [s_c__Store__c](store-object-reference) | `s_c__Zone_Id__c` | Lookup | Stores | — |\n| [s_c__Tax__c](tax-object-reference) | `s_c__Zone_Id__c` | Lookup | Taxes | — |\n| [s_c__Zone_City__c](zone-city-object-reference) | `s_c__Zone_Id__c` | MasterDetail | Zone_City_Zone | [s_c__City__c](city-object-reference) |\n| [s_c__Zone_Country__c](zone-country-object-reference) | `s_c__Zone_Id__c` | MasterDetail | Zone_Countries_Zone | [s_c__Country__c](country-object-reference) |\n| [s_c__Zone_Postcode__c](zone-postcode-object-reference) | `s_c__Zone_Id__c` | MasterDetail | Zone_Postcodes_Zone | [s_c__Postcode__c](postcode-object-reference) |\n| [s_c__Zone_State__c](zone-state-object-reference) | `s_c__Zone_Id__c` | MasterDetail | Zone_States_Zone | [s_c__State__c](state-object-reference) |\n\n\u003c!-- DIAGRAM OPPORTUNITY\n     This object is a hub: 0 outbound and 13 inbound relationships. An entity-relationship diagram grouping these by functional area would let a reader see its place in the model without reading two long tables.\n     Deferred to the diagram phase; remove this comment when a diagram is added. --\u003e"}