{"title":"Product Variant Object Reference","slug":"product-variant-object-reference","url":"https://support.storeconnect.com/articles/product-variant-object-reference","url_markdown":"https://support.storeconnect.com/articles/product-variant-object-reference.md","subtitle":null,"summary":"Product Variants are variations of the same product, such as small, medium, and large, or red, green, and blue. Each product can have unlimited variants, and each variant is itself a product. Two variant records per product, one for color and one for size, yields combinations like Red Small and Blue Large: four products requiring eight variant records.","type":"Developer_Documentation","video_url":"","keywords":"salesforce, object reference, Product Variant, s_c__Product_Variant__c, api","last_modified":"2026-08-21T07:12:35+0000","body_markdown":"## Overview\n\nProduct Variants are different variations of the same product. For example, small, medium and large, or red, green or blue.\n        Each product can have an unlimited number of Product Variants, each of which is just another product.\n        By having 2 variant records per product (one for colour and one for size), you could achieve a combination like Red Small, Red Large, Blue Small, Blue Large.\n        This would represent 4 products, but require 8 product variant records.\n\n| Property | Value |\n|----------|-------|\n| **API Name** | `s_c__Product_Variant__c` |\n| **Label** | Product Variant |\n| **Plural Label** | Product Variants |\n| **Type** | Custom Object |\n\n## Fields\n\n| Field Label | API Name | Type | Required | Description |\n|-------------|----------|------|----------|-------------|\n| Master Product | `s_c__Master_Product_Id__c` | Lookup ([Product2](product2-object-reference)) | No | A Lookup to the product the variants are grouped under. |\n| Position | `s_c__Position__c` | Number(18,0) | No | The position of the product variant in relation to others related to the same master product with the same variant type. Lower numbers are shown first, records without a number are then sorted alphabetically by value. |\n| Variant Label | `s_c__Variant_Label__c` | Text(255) | No | The button text or picklist value shown on the product page. If no value is provided we use Variant Value instead. |\n| Variant Product | `s_c__Variant_Product_Id__c` | Lookup ([Product2](product2-object-reference)) | No | A Lookup to the product that can be selected under the master product. |\n| Variant Type | `s_c__Variant_Type__c` | Picklist | Yes | The grouping this variant record belongs to within the master product. i.e. Size, Colour, Type etc. |\n| Variant Value | `s_c__Variant_Value__c` | Text(255) | Yes | Defines the specific value of the variant for selection. i.e Red, Blue, Large, Small etc.       This vlaue does not need to be what the customer sees as you can use the Variant Label field for the customer facing value. |\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__Master_Product_Id__c` | Lookup | [Product2](product2-object-reference) | Master_Product_Variant_Products |\n| `s_c__Variant_Product_Id__c` | Lookup | [Product2](product2-object-reference) | Variant_Product_Master_Products |"}