Holds the information relating to flat rate shipping rates defined in the system for orders. Can be based on cart weight or value and can be further restricted to specific Zone__c records.
Property
Value
API Name
s_c__Shipping_Rate__c
Label
Shipping Rate
Plural Label
Shipping Rates
Type
Custom Object
Fields
Field Label
API Name
Type
Required
Description
Cost
s_c__Cost__c
Currency(18,2)
Yes
The base cost of the shipping rate. This added to the Unit Cost Amount by Unit Quantity (if present) will be the final cost shown to the customer during checkout for this Shipping Rate.
The method of this shipping rate, used in relation to the shipping method picklist on each product. This list and the Product2 Shipping Method picklists are not kept in synchronisation so this is changed, the Product2.Shipping_Method__c field should be modified to be the same.
Order Price Maximum
s_c__Order_Price_Maximum__c
Currency(18,2)
No
The upper bound of the range of the order total amount for which this record applies, e.g. when setting a shipping rate of $10 for orders between $100 and $200, this field would be $200. For an open-ended range, leave blank.
Order Price Minimum
s_c__Order_Price_Minimum__c
Currency(18,2)
No
The lower bound of the range of the order total amount for which this record applies, e.g. when setting a shipping rate of $10 for orders between $100 and $200, this field would be $100.
Order Total Range Type
s_c__Order_Total_Range_Type__c
Picklist
Yes
Specifies whether this custom shipping rate record should apply to a cart/ order by price or weight.
Order Total Range Unit
s_c__Order_Total_Range_Unit__c
Picklist
Yes
Specifies the unit used for the Order Total Range Minimum and Maximum.
Order Weight Maximum
s_c__Order_Weight_Maximum__c
Number(18,2)
No
The upper bound of the range of the order total weight for which this record applies, e.g. when setting a shipping rate of $10 for orders between 100 kilograms and 200 kilograms, this field would be 200. For an open-ended range, leave blank.
Order Weight Minimum
s_c__Order_Weight_Minimum__c
Number(18,2)
No
The lower bound of the range of the order total weight for which this record applies, e.g. when setting a shipping rate of $10 for orders between 100 kilograms and 200 kilograms, this field would be 100.
Additional per unit cost of the shipping. For example, $0.50 per kilogram. This is multiplied by the Unit_Quanitity__c to get the additional charge to add to the cost. Only used if Unit_Quantity__c is also present.
Quantity of each Additional Unit
s_c__Unit_Quantity__c
Number(13,5)
No
The unit quantity used to calculate additional shipping charges with Unit_Cost_Amount__c. For example, 1 for one kilogram would be multiplied by the unit cost to get the additional charge to add to the cost. Only used if Unit_Cost_Amount__c is also present.
The geographic zone that this record relates to. A Zone can be related to one or more countries, states, or postcodes, to, for example, refer to a single country, a collection of states, or a metropolitan area within a city.
StoreConnect External ID
s_c__sC_Id__c
Text(36)
No
StoreConnect External ID, do not modify in Salesforce