Store__c Object Reference

Field Definitions

Field Name Type Required Unique Description
Activate_Points_At_Order_Status__c LongTextArea No No The Order Status at which any points earned from a purchase should be activated. Only activated points can be used for further purchases.
Body_Content_Block_Id__c Lookup(Content_Block__c) No No The specified content block will be inserted as is just before the closing BODY tag on every page on the website. You can use liquid in this as well.
Booking_Hold_Duration__c Number(5, 0) No No The number of minutes that bookable Products will be held after being added to the cart. While an item is on hold, it will reduce availability by the quantity in the Cart until it is either purchased or the hold expires.
Cache_Version__c Text No No Changing this field allows the user to invalidate any existing cached data in their application, used if there is a incorrect data showing in a cached field that would otherwise take time to expire.
Calculate_Stock_By__c Picklist No No Used in conjunction with stock level recalculation process to trigger and calculate stock level ‘Count on Hand’ and ‘Available to Sell’.
Category_Placeholder_Id__c Lookup(Media__c) No No  
Code__c Text No No  
Confirmation_Email_Template__c Text No No Classic Email Template API Name to confirm email address at registration
Currency__c Picklist No No  
Custom_Styles__c LongTextArea No No Global over-ride of store’s styles such as brand colour and background colour etc.
Default_Points_Usage__c Picklist No No If an Account Points Ledger record is created for this Store, this setting will be passed through to the Account Points Ledger record Usage__c field.
Default_Timezone__c Picklist No No The default timezone for the Store.
Default__c Checkbox(false) No No  
Deliver_Vouchers_At_Order_Status__c Text No No The Order Status at which Vouchers should be delivered to the customer.
Deposit_Amount__c Currency(18, 0) No No If set the user will be charged this amount as a deposit during checkout.
Deposit_Points__c Number(18, 0) No No If set the user will be charged this amount of points as a deposit during checkout.
Disable__c Checkbox(false) No No If true, the store is disabled, the site will show a blank page with simple title and text stating that the Store is offline for maintenance. Optionally, if there is a content block referenced in the Disabled_Content_Block_Id__c field this will be shown instead of the default text.
Disabled_Content_Block_Id__c Lookup(Content_Block__c) No No This is the content block that is optionally displayed when the store has the Disabled__c field set to true. If this is not specified then default text will be shown in the store saying the site is offline for maintenance and the customer should check back later.
Display_Price_In__c MultiselectPicklist No No Determines what the Store’s prices are shown in. Either Currency, Points, or both.
Domain__c URL No No  
Email_Logo_Id__c Lookup(Media__c) No No  
Enable_Quotations__c Checkbox(false) No No Enables or disables Request Quotations feature workflow for products with Hide Price enabled in the Price Book Entry.
External_Javascripts__c LongTextArea No No  
Footer_Content_Block_Id__c Lookup(Content_Block__c) No No The specified content block will be displayed as the store’s footer. If this is set, then Footer_Menu_Id__c is ignored. If nothing is set a default footer will be shown.
Footer_Menu_Id__c Lookup(Menu__c) No No The specified menu will be displayed as the store’s footer. If nothing is set, the default footer will be shown
Head_Content_Block_Id__c Lookup(Content_Block__c) No No The specified content block will be inserted as is just before the closing HEAD tag on every page on the website. You can use liquid in this as well.
Header_Content_Block_Id__c Lookup(Content_Block__c) No No The specified content block will be displayed as the store’s header. If this is set, then Header_Menu_Id__c is ignored. If nothing is set a default header will be shown.
Header_Menu_Id__c Lookup(Menu__c) No No The specified menu will be displayed as the store’s header. If nothing is set, the default header will be shown
Home_Page_Id__c Lookup(Page__c) No No  
Invitation_Email_Template__c Text No No Classic Email Template API Name to invite a Contact
Link__c URL No No  
Locale__c Picklist No No The locale for the Store.
Logo_Id__c Lookup(Media__c) No No Logo image to be displayed on the store
Mail_From_Address__c Email No No The email address you wish to have your transactional emails sent as. Must be configured as an Organization-Wide Addresses in Setup
Meta_Description__c LongTextArea No No  
Meta_Keywords__c Text No No Comma separated list of keywords to appear within the meta keywords tag in the HEAD tag of the page.
Meta_Title__c Text No No  
POS_Order_Types__c Text No No A list of Order types that can be created for this Store on POS devices, separated by semicolons.
Path__c Text No No The path of the store in URLs when it the current store, e.g. https://example.com/eu.
Pay_By_Account_Enabled__c Checkbox(false) No No Enables or disables the “Pay by Account” payment option for this store.
Points_Earned_With_Points_Ratio__c Percent(18, 2) No No Defines the ratio to apply to any points earned when the purchase was made with points. A ratio of 100 means all points are earned, whereas a ratio of 0 means no points are earned.
Points_Expiry_Length__c Number(18, 0) No No Number of Points Expiry Units that will be used to calculate the default expiry date on Points. Leave blank for no expiry.
Points_Expiry_Unit__c Picklist No No The unit of measure for the Points_Expiry_Length__c for the Points expiry date. Will be used to calculate the default expiry when a Account_Points_Ledger credit entry is created. Leave blank for no expiry.
Preview_Store__c Formula No No Link to the website page for this Store so you can see what it looks like with the current Store configuration.
Pricebook_Id__c Lookup(Pricebook2) No No  
Privacy_Banner_Markdown__c LongTextArea No No Information about Privacy Compliance to be shown on the web store’s privacy information banner.
Privacy_Compliance_Enabled__c Checkbox(false) No No When checked, this enables the privacy compliance features on the web store, eg for GDPR or SCA. It will show a banner that lets the website visitor accept or manage the cookies.
Privacy_Settings_Markdown__c LongTextArea No No Information about Privacy Compliance to be shown on the web store’s privacy settings screen.
Product_Label_Downloads__c Text No No  
Product_Label_Features__c Text No No  
Product_Label_Specifications__c Text No No  
Product_Label_Support__c Text No No  
Product_Label_Warranty__c Text No No  
Product_Placeholder_Id__c Lookup(Media__c) No No  
Reset_Password_Email_Template__c Text No No Classic Email Template API Name for reset password
Shipping_Enabled__c Checkbox(false) No No  
Social_Image_Id__c Lookup(Media__c) No No The Image to show when the Home Page is shared on Social Media. If not provided, will use the Store Logo.
Store_Group_Id__c Lookup(Store_Group__c) No No The Group that this Store belongs to
Tax_Inclusive__c Checkbox(false) No No Tick this checkbox if your product pricing’s are tax inclusive.
Tax_Provider_Id__c Lookup(Tax_Provider__c) No No Defines the Tax Provider that applies to this store.
Terms_Page_Id__c Lookup(Page__c) No No  
Test_Mode__c Checkbox(true) No No Test Mode changes the store to show “Test Order” during checkout for all orders going through the system. This is on by default on all new stores. Test Orders are not billed a Shared Success fee. If you want to test on a live store, use the Test Checkout Email store variable instead.
Theme_Id__c Lookup(Theme__c) No No  
Theme__c Picklist Yes No  
Unique_Domain_Path__c Text No Yes Ensure that there can be only one store with the same domain and path.
Voucher_Expiry_Length__c Number(18, 0) No No Number of Voucher Expiry Units that will be used to calculate the default expiry date on Vouchers. Leave blank for no expiry.
Voucher_Expiry_Unit__c Picklist No No The unit of measure for the Voucher_Expiry_Length__c for the Voucher expiry date. Will be used to calculate the default expiry when a Voucher is created. Leave blank for no expiry.
Zone_Id__c Lookup(Zone__c) No No  
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