{"title":"Membership Page Object Reference","slug":"membership-page-object-reference","url":"https://support.storeconnect.com/articles/membership-page-object-reference","url_markdown":"https://support.storeconnect.com/articles/membership-page-object-reference.md","subtitle":null,"summary":"Membership Page limits access to specified pages to accounts with the related membership.\n        The user must have this membership assigned to their account and be logged in to view the pages attached to this membership.","type":"Developer_Documentation","video_url":"","keywords":"salesforce, object reference, Membership Page, s_c__Membership_Page__c, api","last_modified":"2026-08-21T07:12:35+0000","body_markdown":"## Overview\n\nMembership Page limits access to specified pages to accounts with the related membership.\n        The user must have this membership assigned to their account and be logged in to view the pages attached to this membership.\n\n| Property | Value |\n|----------|-------|\n| **API Name** | `s_c__Membership_Page__c` |\n| **Label** | Membership Page |\n| **Plural Label** | Membership Pages |\n| **Type** | Custom Object |\n\n\u003c!-- DIAGRAM OPPORTUNITY\n     This is a junction object joining s_c__Membership__c and s_c__Page__c. A small three-box diagram (s_c__Membership__c — s_c__Page__c via s_c__Membership_Page__c) would show the many-to-many shape faster than the tables below.\n     Deferred to the diagram phase; remove this comment when a diagram is added. --\u003e\n\n## Fields\n\n| Field Label | API Name | Type | Required | Description |\n|-------------|----------|------|----------|-------------|\n| Membership | `s_c__Membership_Id__c` | MasterDetail ([s_c__Membership__c](membership-object-reference)) | No | The membership that an account must be associated with in order to access the selected page. |\n| Page | `s_c__Page_Id__c` | MasterDetail ([s_c__Page__c](page-object-reference)) | No | The page that only accounts belonging to the selected membership have the right to access. |\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__Membership_Id__c` | MasterDetail | [s_c__Membership__c](membership-object-reference) | Membership_Pages |\n| `s_c__Page_Id__c` | MasterDetail | [s_c__Page__c](page-object-reference) | Membership_Pages |"}