[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.
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.
Instructions Markdown
s_c__Instructions_Markdown__c
LongTextArea(131072)
No
Instructions for the shipping carrier product to be shown to the user.
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.
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.
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.
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.
Product Code
s_c__Product_Code__c
Text(255)
No
The product code for the shipping carrier product.