{"title":"Outlet Object Reference","slug":"outlet-object-reference","url":"https://support.storeconnect.com/articles/outlet-object-reference","url_markdown":"https://support.storeconnect.com/articles/outlet-object-reference.md","subtitle":null,"summary":"An outlet represents a physical store location or group of registers used for point-of-sale transactions.","type":"Developer_Documentation","video_url":"","keywords":"salesforce, object reference, Outlet, s_c__Outlet__c, api, POS outlet, register code, anonymous checkout, pricebook, store outlet, point of sale, quicklist, product category, outlet configuration, outlet address, tax number, outlet fields, register group","last_modified":"2026-08-21T07:12:35+0000","body_markdown":"## Overview\n\nThe Outlet object represents a group of registers used for StoreConnect's point-of-sale system.\n\n| Property | Value |\n|----------|-------|\n| **API Name** | `s_c__Outlet__c` |\n| **Label** | Outlet |\n| **Plural Label** | Outlets |\n| **Type** | Custom Object |\n\n## Fields\n\n| Field Label | API Name | Type | Required | Description |\n|-------------|----------|------|----------|-------------|\n| Address Line 1 | `s_c__Address1__c` | Text(255) | No |  |\n| Address Line 2 | `s_c__Address2__c` | Text(255) | No |  |\n| Anonymous Checkout Contact | `s_c__Anonymous_Checkout_Contact_Id__c` | Lookup ([Contact](contact-object-reference)) | No | The Contact to associate with anonymous Orders |\n| City | `s_c__City__c` | Text(255) | No |  |\n| Country | `s_c__Country_Id__c` | Lookup ([s_c__Country__c](country-object-reference)) | No |  |\n| Phone | `s_c__Phone__c` | Phone | No | The phone number related to this Outlet (if any) |\n| Pricebook | `s_c__Pricebook_Id__c` | Lookup ([Pricebook2](pricebook2-object-reference)) | No | The pricebook used for POS transactions at this outlet. When set, overrides the store's default pricebook. |\n| Quicklist Product Category | `s_c__Quicklist_Product_Category_Id__c` | Lookup ([s_c__Product_Category__c](product-category-object-reference)) | No | The Product Category that POS devices on this Outlet will display on the main screen. |\n| Register Code | `s_c__Register_Code__c` | Text(255) | No | Contains a secret passphrase used to connect Registers to this Outlet. |\n| State/Province | `s_c__State__c` | Text(255) | No |  |\n| Store | `s_c__Store_Id__c` | Lookup ([s_c__Store__c](store-object-reference)) | Yes | The Store that this Outlet is connected to. |\n| Tax Number | `s_c__Tax_Number__c` | Text(255) | No | Tax number associated with this Outlet. |\n| Zip/Postal Code | `s_c__Zip_Code__c` | Text(20) | No |  |\n\n## Relationships\n\n| Field | Type | Related Object | Relationship Name |\n|-------|------|----------------|-------------------|\n| `s_c__Anonymous_Checkout_Contact_Id__c` | Lookup | [Contact](contact-object-reference) | Outlets |\n| `s_c__Country_Id__c` | Lookup | [s_c__Country__c](country-object-reference) | Outlets |\n| `s_c__Pricebook_Id__c` | Lookup | [Pricebook2](pricebook2-object-reference) | Outlet_Pricebooks |\n| `s_c__Quicklist_Product_Category_Id__c` | Lookup | [s_c__Product_Category__c](product-category-object-reference) | Outlet_Quicklist_Category |\n| `s_c__Store_Id__c` | Lookup | [s_c__Store__c](store-object-reference) | Store_Outlets |\n\n## Referenced by\n\nThese objects hold a lookup or master-detail relationship to **Outlet** (`s_c__Outlet__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__Cart_Fulfillment__c](cart-fulfillment-object-reference) | `s_c__Destination_Outlet_Id__c` | Lookup | Cart_Fulfillments_Destination | — |\n| [s_c__Cart_Fulfillment__c](cart-fulfillment-object-reference) | `s_c__Source_Outlet_Id__c` | Lookup | Cart_Fulfillments_Source | — |\n| [s_c__Collection_Point__c](collection-point-object-reference) | `s_c__Outlet_Id__c` | Lookup | Outlet_Collection_Points | — |\n| [s_c__Fulfillment_Station__c](fulfillment-station-object-reference) | `s_c__Outlet_Id__c` | Lookup | Fulfillment_Stations_Outlet | — |\n| [Order](order-object-reference) | `s_c__Outlet_Id__c` | Lookup | Outlet_Orders | — |\n| [s_c__Outlet_Stock_Location__c](outlet-stock-location-object-reference) | `s_c__Outlet_Id__c` | Lookup | Outlet_Stock_Locations | [s_c__Stock_Location__c](stock-location-object-reference) |\n| [s_c__Outlet_User__c](outlet-user-object-reference) | `s_c__Outlet_Id__c` | Lookup | Outlet_Users | [s_c__Outlet_User_Type__c](outlet-user-type-object-reference), [User](user-object-reference) |\n| [s_c__Promotion2__c](promotion2-object-reference) | `s_c__Channel_Scope_Outlet_Id__c` | Lookup | Promotions_v2_Channel_Scope_Outlet | — |\n| [s_c__Register__c](register-object-reference) | `s_c__Outlet_Id__c` | Lookup | Outlet_Registers | — |\n| [s_c__Shipment__c](shipment-object-reference) | `s_c__Destination_Outlet_Id__c` | Lookup | Incoming_Shipments | — |\n| [s_c__Shipment__c](shipment-object-reference) | `s_c__Source_Outlet_Id__c` | Lookup | Outgoing_Shipments | — |\n\n\u003c!-- DIAGRAM OPPORTUNITY\n     This object is a hub: 5 outbound and 11 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"}