{"title":"Product Product Category Object Reference","slug":"products-product-categories-object-reference","url":"https://support.storeconnect.com/articles/products-product-categories-object-reference","url_markdown":"https://support.storeconnect.com/articles/products-product-categories-object-reference.md","subtitle":null,"summary":"The join table between Products and the Product Categories they belong to.","type":"Developer_Documentation","video_url":"","keywords":"salesforce, object reference, Product Product Category, s_c__Products_Product_Categories__c, api","last_modified":"2026-08-21T07:12:35+0000","body_markdown":"## Overview\n\nThe join table between Products and the Product Categories they belong to.\n\n| Property | Value |\n|----------|-------|\n| **API Name** | `s_c__Products_Product_Categories__c` |\n| **Label** | Product Product Category |\n| **Plural Label** | Products Product Categories |\n| **Type** | Custom Object |\n\n## Fields\n\n| Field Label | API Name | Type | Required | Description |\n|-------------|----------|------|----------|-------------|\n| Active | `s_c__Active__c` | Checkbox | No | Determines whether the related Product is active on the related Product Category. At least one of these relationships should be active for a Product to be displayed on a store. Particularly considering StoreConnect supports multiple stores, this configuration describes the fact that the Product itself is active for sale, and that it’s inclusion in a store’s category is active, therefore the Product should be available for sale in that store |\n| Product Category | `s_c__Category_Id__c` | Lookup ([s_c__Product_Category__c](product-category-object-reference)) | Yes | A Lookup to the Category related to the given Product. |\n| Product Category Name | `s_c__Category_Name__c` | Formula (Text) | No | Formula field that displays the Category name for related lists. |\n| Position | `s_c__Position__c` | Number(18,0) | No | The position of this Product in relation to all Products in this Category. Lower numbers are shown first. If not specified, products are sorted alphabetically by name. |\n| Primary | `s_c__Primary__c` | Checkbox | No | Determines whether the Category is the Primary Category for the given Product. |\n| Product | `s_c__Product_Id__c` | Lookup ([Product2](product2-object-reference)) | No |  |\n| Product Name | `s_c__Product_Name__c` | Formula (Text) | No | Formula field that displays the Product name for related lists. |\n| Taxonomy Name | `s_c__Taxonomy_Name__c` | Formula (Text) | No | Formula field that displays the Taxonomy name for related lists. |\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__Category_Id__c` | Lookup | [s_c__Product_Category__c](product-category-object-reference) | Product_Category_Products |\n| `s_c__Product_Id__c` | Lookup | [Product2](product2-object-reference) | Product_Category_Products |"}