ShippingRates Table
The ShippingRates table in the transaction configuration database identifies the rate for shipping by using various shipping methods.
The following table describes the columns in the ShippingRates table.
Column name |
Type |
Allow null |
Description |
---|---|---|---|
ShippingGroupId |
uniqueidentifier |
no |
A system-assigned GUID that groups the same shipping method across different languages. |
MaxLimit |
float |
yes |
The maximum limit to which this shipping rate applies. |
Price |
money |
no |
The cost for this shipping rate. |