Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
The ShippingMethod table in the transaction configuration database identifies the methods that a customer can use to ship an order.
The following table describes the columns in the ShippingMethod table.
Column name |
Type |
Allow null |
Description |
---|---|---|---|
ShippingMethodId |
uniqueidentifier |
no |
The ID of the shipping method. This is the primary key. |
LanguageId |
nvarchar(128) |
no |
The ID of the language that the shipping method name is in. |
ShippingMethodName |
nvarchar(128) |
no |
The name of the shipping method. |
Description |
nvarchar(255) |
yes |
A description of the shipping method. |
ShippingCostCalculator |
nvarchar(255) |
yes |
The ProgId of the pipeline component that calculates the shipping cost for this shipping method. |
ConfiguredMode |
int |
yes |
Whether the shipping charges are calculated by weight, quantity, or number of shipments. |
Enabled |
bit |
no |
Whether the shipping method is available. |
GroupId |
uniqueidentifier |
no |
A system-assigned GUID that groups the same shipping method across different languages. |
IsDefault |
bit |
no |
Whether the shipping method is the default shipping method. |
Created |
datetime |
no |
The date the shipping method was created. |
LastModified |
datetime |
no |
The date the shipping method was last modified. |