ABCDEFGHIJKLMNOPQRSTUVWXYZAA
1
Shipwell Shipment Financials Invoice Outbound File Definition
2
3
The sheet includes details on the structure and format of the Shipwell Shipment Financials Outbound Invoice CSV file produced by the Shipwell system.
4
Files produced by Shipwell will have UTF-8 encoding and will be a comma-delimited CSV with double quote encapsulation for the cells (i.e. enables values in the cells may contain commas themselves like "abc,123").
5
Below are the column definitions and additional examples of valid data.
6
7
ColumnDescriptionExampleNotes
8
carrier_scacStandard Carrier Alpha Code (usually 4 chars) of the carrierABCD
9
carrier_nameName of the carrierABCD Express
10
invoice_numberCarrier Invoice NumberINV456789
11
invoice_dateThe data that the carrier invoiced the shipment, formatted as YYYYMMDD20170501
12
invoice_typeThe payment type of the shipment: PP - prepaid, CC - collectPP
13
reference_idShipment reference identifierSWL123
14
po_listPurchase order (PO) number or list of PO numbers separated by commaponum1,ponum2
15
order_number_listList of related order numbers separated by commaORD-1,ORD-2
16
pro_numberPRO Number of the shipment987654321
17
bol_numberBOL Number of the shipment - reference number the carrier uses246813790
18
pickup_dateThe date at which the shipment will be picked up20170428
19
delivery_dateThe date at which the shipment will be delivered20170501
20
origin_companyOrigin CompanyABC Origin Co
21
origin_address1Origin Address45 Washington Meadow
22
origin_address2Origin Address2Suite 123
23
origin_cityOrigin CityWaltham
24
origin_state_provinceOrigin State ProvinceMA
25
origin_postal_codeOrigin Postal Code2453
26
destination_companyDestination CompanyXYZ Dest Co
27
destination_address1Destination Address1 Dest St
28
destination_address2Destination Address2Suite 456
29
destination_cityDestination CityBeverly Hills
30
destination_state_provinceDestination State ProvinceLA
31
destination_postal_codeDestination Postal Code90210String and not numeric
32
total_weightTotal weight of the shipment2500Weight in LBs. Can be decimal value.
33
total_unitsTotal number of units on the shipment15
34
freight_chargeLinehaul charge owed to the carrier1200Can be decimal value.
35
fuel_surchargeFuel charge owed to the carrier150Can be decimal value.
36
accessorial_surchargeAccessorial charge owed to the carrier10Can be decimal value.
37
other_surchargeOther Surcharge charge owed to the carrier5Can be decimal value.
38
invoice_totalTotal Accounts Payables Amount that is owed to the carrier (Linehaul + Fuel+ Accessorial+Surcharge)1715Can be decimal value.
39
currencyThree-character ISO-4217 currency code of invoice, e.g. "USD"USD
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100