{"title":"Shipping Carrier Product Object Reference","slug":"shipping-carrier-product-object-reference","url":"https://support.storeconnect.com/articles/shipping-carrier-product-object-reference","url_markdown":"https://support.storeconnect.com/articles/shipping-carrier-product-object-reference.md","subtitle":null,"summary":"Configures a shipping carrier product, including pricing rules to override, mark up, or clamp the carrier-quoted rate shown to customers.","type":"Developer_Documentation","video_url":"","keywords":"salesforce, object reference, Shipping Carrier Product, s_c__Shipping_Carrier_Product__c, api, pricing rules, markup, fixed price, min price, max price","last_modified":"2026-08-21T07:12:35+0000","body_markdown":"## Overview\n\nConfigures a shipping carrier product.\n\n| Property | Value |\n|----------|-------|\n| **API Name** | `s_c__Shipping_Carrier_Product__c` |\n| **Label** | Shipping Carrier Product |\n| **Plural Label** | Shipping Carrier Products |\n| **Type** | Custom Object |\n\n## Fields\n\n| Field Label | API Name | Type | Required | Description |\n|-------------|----------|------|----------|-------------|\n| Active | `s_c__Active__c` | Checkbox | No | Enable/disable the shipping carrier product. |\n| Api Parameters | `s_c__Api_Params__c` | LongTextArea(10000) | No | [Internal Use] Parameters used to lodge a shipment with an external API. Exact contents varies depending on the Shipping Provider. |\n| Display Name | `s_c__Display_Name__c` | Text(255) | No | Name of the shipping carrier product to be displayed to the user. |\n| Fixed Price | `s_c__Fixed_Price__c` | Currency(18,2) | No | Hard override of the carrier-quoted price. When set, all other pricing rules are ignored and the customer is always charged this amount. Leave blank to skip. |\n| Instructions Markdown | `s_c__Instructions_Markdown__c` | LongTextArea(131072) | No | Instructions for the shipping carrier product to be shown to the user. |\n| Markup Amount | `s_c__Markup_Amount__c` | Currency(18,2) | No | Flat amount added on top of the marked-up price. Applied after Markup Percentage. Leave blank to skip. |\n| Markup Percentage | `s_c__Markup_Percentage__c` | Percent(18,4) | No | Percentage added to the carrier-quoted base price. For example, 10 means +10%. Applied before Markup Amount. Leave blank to skip. |\n| Max Price | `s_c__Max_Price__c` | Currency(18,2) | No | Maximum price ceiling applied after markup steps. If the post-markup price is above this value, it is clamped to the ceiling. Must be greater than or equal to Min Price. Leave blank to skip. |\n| Min Price | `s_c__Min_Price__c` | Currency(18,2) | No | Minimum price floor applied after markup steps. If the post-markup price is below this value, it is raised to the floor. Leave blank to skip. |\n| Product Code | `s_c__Product_Code__c` | Text(255) | No | The product code for the shipping carrier product. |\n| Shipping Provider | `s_c__Shipping_Provider_Id__c` | Lookup ([s_c__Shipping_Provider__c](shipping-provider-object-reference)) | No | The shipping provider associated to this shipping carrier product. |\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__Shipping_Provider_Id__c` | Lookup | [s_c__Shipping_Provider__c](shipping-provider-object-reference) | Shipping_Carrier_Products_Provider |\n\n## Referenced by\n\nThese objects hold a lookup or master-detail relationship to **Shipping Carrier Product** (`s_c__Shipping_Carrier_Product__c`). Where the referring record exists to join things together, **Also links to** shows what it connects this object to.\n\n| Object | Field | Type | Relationship Name | Also links to |\n|--------|-------|------|-------------------|---------------|\n| [s_c__Cart__c](cart-object-reference) | `s_c__Shipping_Carrier_Product_Id__c` | Lookup | Cart_Shipping_Carrier_Products | — |\n| [s_c__Cart_Fulfillment__c](cart-fulfillment-object-reference) | `s_c__Shipping_Carrier_Product_Id__c` | Lookup | Cart_Fulfillments_Shipping_Carrier_Prod | — |\n| [s_c__Shipment__c](shipment-object-reference) | `s_c__Shipping_Carrier_Product_Id__c` | Lookup | Shipment_Shipping_Carrier_Product | — |\n| [s_c__Shipping_Rate__c](shipping-rate-object-reference) | `s_c__Default_Shipping_Carrier_Product_Id__c` | Lookup | Shipping_Rate_Shipping_Carrier_Product | — |"}