{"title":"Product Media Object Reference","slug":"product-media-object-reference","url":"https://support.storeconnect.com/articles/product-media-object-reference","url_markdown":"https://support.storeconnect.com/articles/product-media-object-reference.md","subtitle":null,"summary":"Holds the relationship between products and media items, such as product image, videos, files etc","type":"Developer_Documentation","video_url":"","keywords":"salesforce, object reference, Product Media, s_c__Product_Media__c, api","last_modified":"2026-08-21T07:12:35+0000","body_markdown":"## Overview\n\nHolds the relationship between products and media items, such as product image, videos, files etc\n\n| Property | Value |\n|----------|-------|\n| **API Name** | `s_c__Product_Media__c` |\n| **Label** | Product Media |\n| **Plural Label** | Product Media |\n| **Type** | Custom Object |\n\n## Fields\n\n| Field Label | API Name | Type | Required | Description |\n|-------------|----------|------|----------|-------------|\n| Category | `s_c__Category__c` | Picklist | No | [Future Use] Scope Product Media depending on different categories such as manuals. |\n| Media | `s_c__Media_Id__c` | MasterDetail ([s_c__Media__c](media-object-reference)) | No | Media that the Product Media belongs to. |\n| Position | `s_c__Position__c` | Number(18,0) | No | The position of this media on the associated product. Lower numbers are shown first, records without a number are sorted alphabetically by name. |\n| Product | `s_c__Product_Id__c` | Lookup ([Product2](product2-object-reference)) | No | Product that the Product Media belongs to. |\n| Thumbnail Preview | `s_c__Thumbnail_Preview__c` | Formula (Text) | No | Preview image for the related media, used to display the image on a Product related list. This is autogenerated. |\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__Media_Id__c` | MasterDetail | [s_c__Media__c](media-object-reference) | Product_Media |\n| `s_c__Product_Id__c` | Lookup | [Product2](product2-object-reference) | Media_Product |"}