CarriersshippingMethods
Defines shipping methods, including transport modes and service levels, offered by carriers.
Columns
Name | Type | Description |
CarriersCarrierId [KEY] | Long | Unique identifier linking this shipping method entry to a specific carrier record. |
OrganizationCarrierServiceId [KEY] | Long | Unique identifier for the shipping service provided by the carrier within an organization. |
ShipMethodCode | String | Code representing the shipping method used by the carrier. |
ServiceLevelCode | String | Indicates the priority level of transportation, affecting delivery speed. Valid values include Next Day, Overnight, Express, or Door to Door. |
ServiceLevel | String | Descriptive label for the service level of the shipping method. |
ModeOfTransportCode | String | Indicates the method of transportation used for shipment delivery. Valid values include Rail, Air, or Road. |
ModeOfTransport | String | Descriptive label for the mode of transport associated with the shipping method. |
ActiveFlag | Bool | Indicates whether the shipping method is active. 'True' means the shipping method is active; 'False' means it is inactive (default: True). |
CreatedBy | String | Username or system entity that created this shipping method record. |
CreationDate | Datetime | Timestamp indicating when this shipping method record was initially created. |
LastUpdateDate | Datetime | Timestamp indicating when this shipping method record was last updated. |
LastUpdatedBy | String | Username or system entity that last modified this shipping method record. |
CarrierId | Long | Unique identifier for the carrier associated with this shipping method. |
CarrierName | String | Name of the carrier associated with this shipping method. |
Finder | String | A system-defined query or lookup used to retrieve shipping method records based on specific criteria. |
ManifestingEnabledFlag | String | Indicates whether manifesting is enabled for this carrier. 'True' means manifesting is required; 'False' means it is not. |