This export will allow you to export the data of a Purchase Order to a CSV file suitable for being imported as line items onto another system. This allows for easy, more reliable interaction between two companies. The exported data may also be manipulated for import into other applications that can import order information.
Since we are exporting to make it suitable for import as order information elsewhere the exported data is expressed in terms of the vendor of the purchase order. Specifically, the line items are exported using the VendorPartNumber instead of the internal part number.
This export only includes line item information. As such the only information is a PartNumber and a Quantity.
| Field | Type | Description |
| PartNumber |
Text (60 chars) |
The vendor part number of the parts on the specified purchase order. Required |
| Quantity | Numeric |
The quantity for this Part. Required |