{"title":"Supplier Account Object Reference","slug":"product-supplier-object-reference","url":"https://support.storeconnect.com/articles/product-supplier-object-reference","url_markdown":"https://support.storeconnect.com/articles/product-supplier-object-reference.md","subtitle":null,"summary":"Product Supplier joins a product to the supplier\u0026#39;s account. A product can have multiple suppliers so you can create multiple Product Supplier records per product.","type":"Developer_Documentation","video_url":"","keywords":"salesforce, object reference, Supplier Account, s_c__Product_Supplier__c, api","last_modified":"2026-08-21T07:12:35+0000","body_markdown":"## Overview\n\nProduct Supplier joins a product to the supplier's account. A product can have multiple suppliers so you can create multiple Product Supplier records per product.\n\n| Property | Value |\n|----------|-------|\n| **API Name** | `s_c__Product_Supplier__c` |\n| **Label** | Supplier Account |\n| **Plural Label** | Supplier Accounts |\n| **Type** | Custom Object |\n\n## Fields\n\n| Field Label | API Name | Type | Required | Description |\n|-------------|----------|------|----------|-------------|\n| Account | `s_c__Account_Id__c` | Lookup ([Account](account-object-reference)) | Yes | The account record for the supplier. |\n| Landed Cost | `s_c__Landed_Cost__c` | Number(18,2) | No | Defines the total landed costs price (including shipping and other costs blended across all previous orders) from this supplier. |\n| Minimum Order Quantity | `s_c__Minimum_Order_Quantity__c` | Number(18,0) | No | Specifies the minimum quantity of this product that can be ordered from this supplier. |\n| Product | `s_c__Product_Id__c` | Lookup ([Product2](product2-object-reference)) | No | The product that can be supplied by the supplier |\n| Purchase Price | `s_c__Purchase_Price__c` | Number(18,2) | No | Defines the unit cost price of this item from this supplier. |\n| Supplier Phone | `s_c__Supplier_Phone__c` | Formula (Text) | No | Formula field that grabs the phone number from the supplier's account so it can be displayed in the related list for the product. |\n| Units Of Measure | `s_c__Units_Of_Measure__c` | Number(18,0) | No | Specifies quantity multiple used for ordering. For example, if a product needs to be ordered in multiples of 50, then this field should be 50. |\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__Account_Id__c` | Lookup | [Account](account-object-reference) | Product_Supplier |\n| `s_c__Product_Id__c` | Lookup | [Product2](product2-object-reference) | Product_Suppliers |"}