{"title":"Register Fulfillment Category Station Object Reference","slug":"register-fulfillment-category-station-object-reference","url":"https://support.storeconnect.com/articles/register-fulfillment-category-station-object-reference","url_markdown":"https://support.storeconnect.com/articles/register-fulfillment-category-station-object-reference.md","subtitle":null,"summary":"s_c__Register_Fulfillment_Category_Station__c is a per-register override of the outlet-level fulfillment category-to-station mapping.","type":"Developer_Documentation","video_url":"","keywords":"salesforce, object reference, Register Fulfillment Category Station, s_c__Register_Fulfillment_Category_Station__c, api, POS, order routing, fulfillment, register override","last_modified":"2026-07-30T00:28:16+0000","body_markdown":"## Overview\n\nRegister Fulfillment Category Station overrides the outlet-level [Fulfillment Category Station](fulfillment-category-station-object-reference) mapping for a specific register. When a register has an override for a category, orders placed on that register route to the overridden station rather than the outlet default.\n\n| Property | Value |\n|----------|-------|\n| **API Name** | `s_c__Register_Fulfillment_Category_Station__c` |\n| **Label** | Register Fulfillment Category Station |\n| **Plural Label** | Register Fulfillment Category Stations |\n| **Type** | Custom Object |\n\n## Fields\n\n| Field Label | API Name | Type | Required | Description |\n|-------------|----------|------|----------|-------------|\n| Name | `Name` | Text(80) | Yes | The Salesforce record name for this override. |\n| Display Name | `s_c__Display_Name__c` | Text(255) | No | Optional label for this override. |\n| Register | `s_c__Register_Id__c` | Lookup ([s_c__Register__c](register-object-reference)) | No | The register this override applies to. |\n| Fulfillment Category | `s_c__Fulfillment_Category_Id__c` | Lookup ([s_c__Fulfillment_Category__c](fulfillment-category-object-reference)) | No | The fulfillment category being overridden. |\n| Fulfillment Station | `s_c__Fulfillment_Station_Id__c` | Lookup ([s_c__Fulfillment_Station__c](fulfillment-station-object-reference)) | No | The station to route this category to on this register. |\n| StoreConnect External ID | `s_c__sC_Id__c` | Text(36) | No | StoreConnect External ID, do not modify in Salesforce |\n\n## Relationships\n\n| Field | Type | Related Object | Relationship Name |\n|-------|------|----------------|-------------------|\n| `s_c__Register_Id__c` | Lookup | [s_c__Register__c](register-object-reference) | Register_Fulfillment_Category_Stations |\n| `s_c__Fulfillment_Category_Id__c` | Lookup | [s_c__Fulfillment_Category__c](fulfillment-category-object-reference) | Register_Fulfillment_Category_Stations |\n| `s_c__Fulfillment_Station_Id__c` | Lookup | [s_c__Fulfillment_Station__c](fulfillment-station-object-reference) | Register_Fulfillment_Category_Stations |"}