{"title":"Product Fulfillment Category Object Reference","slug":"product-fulfillment-category-object-reference","url":"https://support.storeconnect.com/articles/product-fulfillment-category-object-reference","url_markdown":"https://support.storeconnect.com/articles/product-fulfillment-category-object-reference.md","subtitle":null,"summary":"s_c__Product_Fulfillment_Category__c links a product to the fulfillment categories it belongs to, controlling where POS orders for that product are routed.","type":"Developer_Documentation","video_url":"","keywords":"salesforce, object reference, Product Fulfillment Category, s_c__Product_Fulfillment_Category__c, api, POS, order routing, fulfillment","last_modified":"2026-07-30T00:28:16+0000","body_markdown":"## Overview\n\nProduct Fulfillment Category is the junction object between [Product2](product2-object-reference) and [Fulfillment Category](fulfillment-category-object-reference). Assigning a product to one or more fulfillment categories determines which stations receive order items for that product.\n\n| Property | Value |\n|----------|-------|\n| **API Name** | `s_c__Product_Fulfillment_Category__c` |\n| **Label** | Product Fulfillment Category |\n| **Plural Label** | Product Fulfillment Categories |\n| **Type** | Custom Object |\n\n## Fields\n\n| Field Label | API Name | Type | Required | Description |\n|-------------|----------|------|----------|-------------|\n| Name | `Name` | Text(80) | Yes | Auto-generated record name. |\n| Product | `s_c__Product_Id__c` | Lookup ([Product2](product2-object-reference)) | No | The product assigned to this fulfillment category. |\n| Fulfillment Category | `s_c__Fulfillment_Category_Id__c` | Lookup ([s_c__Fulfillment_Category__c](fulfillment-category-object-reference)) | No | The fulfillment category this product belongs 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__Product_Id__c` | Lookup | [Product2](product2-object-reference) | Product_Fulfillment_Categories |\n| `s_c__Fulfillment_Category_Id__c` | Lookup | [s_c__Fulfillment_Category__c](fulfillment-category-object-reference) | Product_Fulfillment_Categories |"}