Membership__c Object Reference

Field Definitions

Field Name Type Required Unique Description
Display_Name__c Text No No The name displayed to the customer if this Membership was used, if this is empty then Name field would be used.
Pricebook_Id__c Lookup(Pricebook2) No 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.
Product2_Id__c Lookup(Product2) No 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.
Product_Category_Id__c Lookup(Product_Category__c) No 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.
sC_Id__c Text No Yes StoreConnect External ID, do not modify in Salesforce

For more information about how or when to use the above, see our documentation.

 

 
Back to Documentation