Spec
ASCII text (standard US-English letters, numbers and keyboard characters). The file must contain one line per record type, with each field enclosed in double quotes and comma separated, ending with a Carriage Return (↵) <CR>. All unused fields will be left blank and remain separated by a single comma. File Naming
OLX_Ship_Confirmations_<YYYMMDD>.csv Import Definitions
Shipping Order Record Layout
| Field Name | Req. | Type | Max | Description | 1 | | YES | Alpha |
| Record Type. For Shipment Confirmation Header Records, the type should be "O" | 2 | | YES | Numeric |
| OrderLogix Assigned Shipment ID. | 3 | | YES* | Alpha | 255 | Warehouse Assigned Shipment ID. * Leave Blank for Killed/Cancelled Shipments | 4 | | YES* | Alpha | 255 | The date of the shipment. Format: MM/DD/YYYY * Pass Cancel Date for Killed/Cancelled Shipments | 5 | CARRIER | YES* | Alpha | 255 | Shipping Carrier * Leave Blank for Killed/Cancelled Shipments | 6 | | YES* | Alpha | 255 | Carrier assigned package tracking number(s) for the entire shipment. For multiple tracking numbers, list them all with a pipe character “|” between each tracking number. * Leave Blank for Killed/Cancelled Shipments | 7 | | YES* | Alpha | 255 | Carrier Class of Service * Leave Blank for Killed/Cancelled Shipments | 8 | | YES | Numeric |
| Number of Order Lines for the Shipment | 9 | | YES | Numeric |
| Number of Order Lines that fully shipped for the Shipment ** NOTE: - If TOTAL SHIPPED LINES = TOTAL ORDER LINES, the order shipped complete.
- If TOTAL SHIPPED LINES < TOTAL ORDER LINES but >= 1, the order partial shipped
- If TOTAL SHIPPED LINES = 0, the order did not ship.
| 10 | | NO | Numeric |
| | 11 | | NO | Alpha | 255 | |
Shipping Line Record Layout
Position | | Req. | Type | Max | Description | 1 | | YES | Alpha | 1 | Record Type. For Shipping Line Inventory Records, the type should be "L" | 2 | | YES | Numeric |
| OrderLogix Assigned Shipment ID. | 3 | | YES* | Alpha | 255 | Warehouse Assigned Shipment ID. * Leave Blank for Killed/Cancelled Shipments | 4 | | YES* | Alpha | 255 | The date of the shipment. Format: MM/DD/YYYY * Pass Cancel Date for Killed/Cancelled Shipments | 5 | | YES | Numeric |
| OrderLogix Assigned Item ID (OrderDetailID). | 6 | | YES | Numeric |
| Quantity Ordered of the Order Line | 7 | | YES | Numeric |
| Quantity Shipped of the Order Line ** NOTE: SHIPPED QUANTITY must be either ORDER QUANTITY or 0. Cannot reconcile partial ORDER LINE Shipments. Passing 0 will indicate that this order line did not ship. | 8 | | YES* | Alpha | 255 | Carrier assigned package tracking number(s) for the shipping line. For multiple tracking numbers, list them all with a pipe character “|” between each tracking number.
* Leave Blank for Killed/Cancelled Shipments |
Shipping Line Inventory Record Layout
Position | | Req. | Type | Max | Description | 1 | | YES | Alpha | 1 | Record Type. For Shipping Line Inventory Records, the type should be "I" | 2 | | YES | Numeric |
| OrderLogix Assigned Shipment ID. | 3 | | YES* | Alpha | 255 | Warehouse Assigned Shipment ID. * Leave Blank for Killed/Cancelled Shipments | 4 | | YES* | Alpha | 255 | The date of the shipment. Format: MM/DD/YYYY * Pass Cancel Date for Killed/Cancelled Shipments | 5 | | YES | Numeric |
| OrderLogix Assigned Item ID (OrderDetailID). | 6 | | YES | Numeric |
| OrderLogix Assigned Item Inventory ID. | 7 | SKU | YES | Alpha | 255 | SKU of inventory component | 8 | | YES | Numeric |
| Quantity Ordered of the inventory component | 9 | | YES | Numeric |
| Quantity Shipped of the inventory component. ** NOTE: SHIPPED QUANTITY must equal either ORDER QUANTITY or 0. Cannot reconcile partial ORDER LINE Shipments. Passing 0 will indicate that this inventory component did not ship. All records containing the same ITEM ID must either ship complete or not ship at all. | 10 | | YES* | Alpha | 255 | Carrier assigned package tracking number(s) for the inventory component. For multiple tracking numbers, list them all with a pipe character “|” between each tracking number.
* Leave Blank for Killed/Cancelled Shipments | 11 | | NO | Alpha | 255 | Lot # of inventory component | 12 | | NO | Alpha | 255 | Serial # of inventory component | 13 | | NO | Date |
| Expiration/Warrantee date of inventory component Format: MM/DD/YYYY
|
|