{"title":"Fulfillment Category Station Object Reference","slug":"fulfillment-category-station-object-reference","url":"https://support.storeconnect.com/articles/fulfillment-category-station-object-reference","url_markdown":"https://support.storeconnect.com/articles/fulfillment-category-station-object-reference.md","subtitle":null,"summary":"s_c__Fulfillment_Category_Station__c maps a fulfillment category to the station that handles it at a given outlet.","type":"Developer_Documentation","video_url":"","keywords":"salesforce, object reference, Fulfillment Category Station, s_c__Fulfillment_Category_Station__c, api, POS, order routing, fulfillment","last_modified":"2026-07-30T00:28:16+0000","body_markdown":"## Overview\n\nFulfillment Category Station maps a [Fulfillment Category](fulfillment-category-object-reference) to the [Fulfillment Station](fulfillment-station-object-reference) that handles it. Because the station is linked to an outlet, each outlet can route the same category to a different station.\n\n| Property | Value |\n|----------|-------|\n| **API Name** | `s_c__Fulfillment_Category_Station__c` |\n| **Label** | Fulfillment Category Station |\n| **Plural Label** | 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 mapping. |\n| Display Name | `s_c__Display_Name__c` | Text(255) | No | Optional label for this category-to-station mapping. |\n| Fulfillment Category | `s_c__Fulfillment_Category_Id__c` | Lookup ([s_c__Fulfillment_Category__c](fulfillment-category-object-reference)) | No | The fulfillment category being mapped. |\n| Fulfillment Station | `s_c__Fulfillment_Station_Id__c` | Lookup ([s_c__Fulfillment_Station__c](fulfillment-station-object-reference)) | No | The station that handles this category. The station's outlet determines which outlet this mapping applies to. |\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__Fulfillment_Category_Id__c` | Lookup | [s_c__Fulfillment_Category__c](fulfillment-category-object-reference) | Fulfillment_Category_Stations |\n| `s_c__Fulfillment_Station_Id__c` | Lookup | [s_c__Fulfillment_Station__c](fulfillment-station-object-reference) | Fulfillment_Category_Stations |"}