Shipping Carrier Product Object Reference
On this page
Overview
Configures a shipping carrier product.
| Property | Value |
|---|---|
| API Name | s_c__Shipping_Carrier_Product__c |
| Label | Shipping Carrier Product |
| Plural Label | Shipping Carrier Products |
| Type | Custom Object |
Fields
| Field Label | API Name | Type | Required | Description |
|---|---|---|---|---|
| Active | s_c__Active__c |
Checkbox | No | Enable/disable the shipping carrier product. |
| 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. |
| Display Name | s_c__Display_Name__c |
Text(255) | No | Name of the shipping carrier product to be displayed to the user. |
| Instructions Markdown | s_c__Instructions_Markdown__c |
LongTextArea(131072) | No | Instructions for the shipping carrier product to be shown to the user. |
| Product Code | s_c__Product_Code__c |
Text(255) | No | The product code for the shipping carrier product. |
| Shipping Provider | s_c__Shipping_Provider_Id__c |
Lookup (s_c__Shipping_Provider__c) | No | The shipping provider associated to this shipping carrier product. |
| StoreConnect External ID | s_c__sC_Id__c |
Text(36) | No | StoreConnect External ID, do not modify in Salesforce |
Relationships
| Field | Type | Related Object | Relationship Name |
|---|---|---|---|
s_c__Shipping_Provider_Id__c |
Lookup | s_c__Shipping_Provider__c | Shipping_Carrier_Products_Provider |