Carriers
Manages carrier entities used for shipping, including shipping methods, contacts, and tracking rules.
Columns
| Name | Type | Description |
| CarrierId [KEY] | Long | Unique identifier for the carrier, automatically generated when a new carrier record is created. |
| CarrierName | String | The name of the carrier, which must be unique. This attribute is required. |
| ActiveFlag | Bool | Indicates whether the carrier is active. 'True' means the carrier is active; 'False' means the carrier is inactive (default: True). |
| ManifestingEnabledFlag | Bool | Specifies whether manifesting is enabled for this carrier. 'True' means a manifest is required; 'False' means a manifest is not required (default: False). |
| CreationDate | Datetime | Timestamp indicating when the carrier record was initially created. |
| CreatedBy | String | Username or system entity that created the carrier record. |
| LastUpdateDate | Datetime | Timestamp indicating when the carrier record was last updated. |
| LastUpdatedBy | String | Username or system entity that last modified the carrier record. |
| Finder | String | A system-defined query or lookup used to retrieve carrier records based on specific criteria. |