Customers who choose a data integration either by flat-file parser or our API will need to provide a minimum number of data fields for a shipment to be successfully created.
The data fields listed below are standard and could vary depending on a specific customer's requirements.
Flat-File Parser
| InvoiceNumber |
| Shipment Currency Code |
| Measurement Type |
| Shipment Type Code |
| Export Country ISO Code |
| Import Country ISO Code |
| ClientCD |
| EntityIdentifierCode |
| Name |
| CountryCode |
| Hazardous |
| Military |
API
{
"shipmentTypeCd": "OCONS",
"exportCountryRefCd": "US",
"importCountryRefCd": "ES",
"currencyCd": "USD",
"measurementCd": "MET",
"shipReference": {
"invoiceNo": "min_reqs"
}
}
The information provided on this website does not, and is not intended to, constitute legal advice; instead, all information, content, and materials available on this site are for general informational purposes only.