CarriersshippingMethodsorganizationAssociations
Associates shipping methods with inventory organizations authorized to use them.
Columns
| Name | Type | Description |
| CarriersCarrierId [KEY] | Long | Unique identifier linking this organization association to a specific carrier record. |
| ShippingmethodsOrganizationCarrierServiceId [KEY] | Long | Unique identifier linking this organization association to a specific shipping method within an organization. |
| OrganizationCarrierServiceId [KEY] | Long | Unique identifier for the organization-specific carrier service associated with this shipping method. |
| OrganizationId | Long | Unique identifier for the inventory organization assigned to a carrier shipping method. Either this attribute or OrganizationCode is required. |
| OrganizationCode | String | Short abbreviation or code uniquely identifying the inventory organization. Either this attribute or OrganizationId is required. |
| OrganizationName | String | Full name of the inventory organization associated with this shipping method. |
| CreatedBy | String | Username or system entity that created this organization association record. |
| CreationDate | Datetime | Timestamp indicating when the organization association record was initially created. |
| LastUpdateDate | Datetime | Timestamp indicating when the organization association record was last updated. |
| LastUpdatedBy | String | Username or system entity that last modified the organization association record. |
| ActiveFlag | String | Indicates whether this organization association is active. 'True' means active; 'False' means inactive. |
| CarrierId | Long | Unique identifier for the carrier associated with this organization shipping method. |
| CarrierName | String | Name of the carrier associated with this organization shipping method. |
| Finder | String | A system-defined query or lookup used to retrieve organization association records for shipping methods. |
| ManifestingEnabledFlag | String | Indicates whether manifesting is enabled for this carrier. 'True' means manifesting is required; 'False' means it is not. |