ShipmentsshipmentRoutingInstructions
Manages routing instructions for shipments, helping to optimize logistics and delivery paths.
Columns
| Name | Type | Description |
| ShipmentsDeliveryId [KEY] | Long | Unique identifier for the delivery associated with the shipment. |
| NoteId [KEY] | Long | Reference identifier for notes associated with routing instructions. |
| RoutingInstruction | String | Specific routing instructions for the shipment. |
| BaseItem | String | Primary item associated with the shipment. |
| DeliveryId | Long | Identifier for the delivery linked to the shipment. |
| EndAssemblyItemNumber | String | Final assembled item number for the shipped product. |
| Finder | String | Internal reference or tracking identifier for the shipment. |
| IntegrationStatus | String | Current integration status of the shipment within external systems. |
| Item | String | Item being shipped, identified by its unique product number. |
| LineStatus | String | Current processing status of the shipment line. |
| OrderNumber | String | Customer or internal order number linked to the shipment. |
| OrderType | String | Type of order associated with the shipment, such as sales or transfer orders. |
| OrderTypeCode | String | System-generated code representing the type of order. |
| ParentPackingUnit | String | Parent packing unit containing this shipment line. |
| PickWave | String | Identifier for the picking wave in which this shipment was processed. |
| QuickShipStatus | String | Status indicator for expedited shipping processing. |
| RcvShipmentLineId | Long | Receiving shipment line identifier for inbound processing. |
| Shipment | String | Reference identifier for the entire shipment. |
| ShipmentSet | String | Grouping of shipments processed together as a set. |
| ShipToCustomer | String | Name or identifier of the customer receiving the shipment. |
| ShipToPartyId | String | Unique identifier for the party designated as the shipment recipient. |
| SourceOrder | String | Originating order that generated this shipment. |
| SourceOrderFulfillmentLine | String | Fulfillment line reference from the source order. |
| SourceOrderFulfillmentLineId | String | Unique identifier for the source order's fulfillment line. |
| SourceOrderLine | String | Reference to the specific order line in the source order. |
| SourceSystemId | String | Identifier for the source system that created this shipment record. |
| TradeComplianceStatus | String | Indicates whether the shipment complies with trade regulations. |
| TransportationPlanningStatus | String | Current transportation planning status for the shipment. |