{"title":"Membership Object Reference","slug":"membership-object-reference","url":"https://support.storeconnect.com/articles/membership-object-reference","url_markdown":"https://support.storeconnect.com/articles/membership-object-reference.md","subtitle":null,"summary":"Memberships represent a level of access to some privledge within your company, such as Gold or Silver membership.","type":"Developer_Documentation","video_url":"","keywords":"salesforce, object reference, Membership, s_c__Membership__c, api","last_modified":"2026-08-21T07:12:35+0000","body_markdown":"## Overview\n\nMemberships represent a level of access to some privledge within your company, such as Gold or Silver membership.\n\n| Property | Value |\n|----------|-------|\n| **API Name** | `s_c__Membership__c` |\n| **Label** | Membership |\n| **Plural Label** | Memberships |\n| **Type** | Custom Object |\n\n## Fields\n\n| Field Label | API Name | Type | Required | Description |\n|-------------|----------|------|----------|-------------|\n| Display Name | `s_c__Display_Name__c` | Text(255) | No | The name displayed to the customer if this Membership was used, if this is empty then Name field would be used. |\n| Pricebook | `s_c__Pricebook_Id__c` | Lookup ([Pricebook2](pricebook2-object-reference)) | No | Provide a Price Book for members to give them special pricing. If an Account has an assigned Price Book then that Price Book will be used instead. |\n| Product | `s_c__Product2_Id__c` | Lookup ([Product2](product2-object-reference)) | No | Every membership can have an optional product associated with it that allows the purchase of the membership through your online store. If no product is selected, then the membership must be associated with the account manually or through some other method. |\n| Product Category | `s_c__Product_Category_Id__c` | Lookup ([s_c__Product_Category__c](product-category-object-reference)) | No | The Product Category object that this Membership applies to, if set, then any of the product in this Product Category once purchased will save this Membership to the Account of the user who purchased it. |\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__Pricebook_Id__c` | Lookup | [Pricebook2](pricebook2-object-reference) | Memberships |\n| `s_c__Product2_Id__c` | Lookup | [Product2](product2-object-reference) | Product_Membership |\n| `s_c__Product_Category_Id__c` | Lookup | [s_c__Product_Category__c](product-category-object-reference) | Memberships |\n\n## Referenced by\n\nThese objects hold a lookup or master-detail relationship to **Membership** (`s_c__Membership__c`). Where the referring record exists to join things together, **Also links to** shows what it connects this object to.\n\n| Object | Field | Type | Relationship Name | Also links to |\n|--------|-------|------|-------------------|---------------|\n| [Account](account-object-reference) | `s_c__Membership_Id__c` | Lookup | Accounts | — |\n| [s_c__Discount__c](discount-object-reference) | `s_c__Membership_Id__c` | Lookup | Discounts | — |\n| [s_c__Membership_Article__c](membership-article-object-reference) | `s_c__Membership_Id__c` | MasterDetail | Membership_Articles | [s_c__Article__c](article-object-reference) |\n| [s_c__Membership_Page__c](membership-page-object-reference) | `s_c__Membership_Id__c` | MasterDetail | Membership_Pages | [s_c__Page__c](page-object-reference) |\n| [s_c__Promotion_Scope__c](promotion-scope-object-reference) | `s_c__Membership_Id__c` | Lookup | Promotion_Scopes | — |\n| [s_c__Promotion2__c](promotion2-object-reference) | `s_c__Customer_Scope_Membership_Id__c` | Lookup | Promotions_v2_Customer_Scope_Membership | — |\n\n\u003c!-- DIAGRAM OPPORTUNITY\n     6 objects point at this one. A fan-in diagram would make the dependency direction obvious at a glance.\n     Deferred to the diagram phase; remove this comment when a diagram is added. --\u003e"}