Media__c Object Reference

Field Definitions

Field Name Type Required Unique Description
Alt_Text__c Text No No The alternate text supplied for this media item, used by SEO to say what the media object is.
Description__c TextArea No No Internal description of this media item. This is not displayed in the store.
Embed_Video_Url__c Text No No [Deprecated] Use Url__c instead for populating video urls or use the video snippet in liquid.
File_Type__c Picklist Yes No Type of the media being uploaded. It could be an image, video, document, file or a URL.
File__c TextArea No No [Deprecated] See Url__c instead.
Identifier__c Text No Yes The identifier is used for the front end of your store to identify this media object within the pages in special cases. This is automatically generated and changing this could have unintended consequences on your site.
Image_Preview__c Formula No No Helper column to allow the image to be previewed in SF.
Import_Url__c Text No No Allows media files to be uploaded directly from URL. Ensure that the URL is publicly accessible.
Key_Frame_Seconds__c Number(18, 0) No No This determines what frame will be used as preview image given video url.
Large_Image__c URL No No [Deprecated] Image sizes are automatically generated.
Medium_Image__c URL No No [Deprecated] Image sizes are automatically generated.
Original_Image__c URL No No [Deprecated] See Url__c instead.
Processed_At__c DateTime No No [Deprecated] Internal use only.
Started_At__c DateTime No No [Deprecated] Internal use only.
Thumbnail_Image__c URL No No [Deprecated] Image sizes are automatically generated.
Url__c URL No No URL of the media uploaded. This is autogenerated either from the Media Uploader or from the Import_Url__c.
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