document-understanding
latest
false
- Overview
- Getting started
- Building models
- Consuming models
- Model Details
- Public endpoints
- 1040 - document type
- 1040 Schedule C - document type
- 1040 Schedule D - document type
- 1040 Schedule E - document type
- 1040x - document type
- 3949a - document type
- 4506T - document type
- 709 - document type
- 941x - document type
- 9465 - document type
- ACORD125 - document type
- ACORD126 - document type
- ACORD131 - document type
- ACORD140 - document type
- ACORD25 - document type
- Bank Statements - document type
- Bills Of Lading - document type
- Certificate of Incorporation - document type
- Certificate of Origin - document type
- Checks - document type
- Children Product Certificate - document type
- CMS 1500 - document type
- EU Declaration of Conformity - document type
- Financial Statements - document type
- FM1003 - document type
- I9 - document type
- ID Cards - document type
- Invoices - document type
- Invoices Australia - document type
- Invoices China - document type
- Invoices Hebrew - document type
- Invoices India - document type
- Invoices Japan - document type
- Invoices Shipping - document type
- Packing Lists - document type
- Payslips - document type
- Passports - document type
- Purchase Orders - document type
- Receipts - document type
- Receipts Japan - document type
- Remittance Advices - document type
- UB04 - document type
- Utility Bills - document type
- Vehicle Titles - document type
- W2 - document type
- W9 - document type
- Supported languages
- Insights dashboards
- Data and security
- Licensing
- How to
- Troubleshooting
Invoices Shipping - document type

Document Understanding Modern Projects User Guide
Last updated May 15, 2025
Invoices Shipping - document type
In comparison to other commercial Invoices, Shipping Invoices are containing the entire description or characteristics of a shipment as well as the payment options.
This ML package is trained to extract data points that are relevant to the invoicing and shipping process.
The model automatically detects data such as:
- Shipper/ Receiver/ Bill to: Name and Address.
- Invoice Date, Due Date, Shipping Date.
- Payment Terms, Total Amount.
- Loading Location, Shipper ID, Bill of Lading Number, SCAC.
Note: If you are using using public endpoints, such as
https://du.uipath.com/ie/invoices
, all fields are available.
However, if you are using custom-trained extractors, the availability of extracted
fields is dependant on the version you are currently using.
You can also check the
list of fields and types on any endpoint in the
/info/model
object.
To access this, simply add /info/model
to any endpoint, like so:
https://du.uipath.com/ie/invoices/info/model
. For an enhanced
reading experience of the fields list, it's recommended to install a JSON viewer
extension in your browser.
Display Name | Field Name | Field Type | Content Type |
---|---|---|---|
Shipper Name | shipper-name | regular | string |
Shipper Address | shipper-addr | regular | string |
Receiver Name | receiver-name | regular | string |
Receiver Address | receiver-addr | regular | string |
Billing Name | billing-name | regular | string |
Billing Address | billing-addr | regular | string |
Payment Address | payment-addr | regular | string |
Carrier Name | carrier-name | regular | string |
Document Date | date | regular | date |
Due Date | due-date | regular | date |
Shipping Date | shipping-date | regular | date |
Purchase Order Number | po-no | regular | id-no |
Invoice Number | invoice-no | regular | id-no |
Bill of Lading Number | bl-no | regular | id-no |
Payment Terms | payment-terms | regular | string |
Vendor Email | vendor-email | regular | string |
Total Amount | total | regular | number |
Discount Amount | discount | regular | string |
Loading Location | loading-location | regular | string |
Discharge Location | discharge-location | regular | string |
PRO Number | pro-no | regular | id-no |
Sender ID | shipper-id | regular | id-no |
Standard Carrier Alpha Code | scac | regular | id-no |
Number of Pallets | pallets-no | regular | number |
Items - Descriptions | description | items | string |
Items - Quantities | quantity | items | number |
Items - Unit Prices | unit-price | items | number |
Items - Line Amounts | line-amount | items | number |
Items - Weights | weight | items | number |
Items - National Motor Freight Classification Codes | nmfc | items | id-no |
Items - Classes | class | items | number |
Currency | currency | classification | n/a |