api.jobs.shipment.get_export_data
GET /job/{jobDisplayId}/shipment/exportdata— ACPortal
Python
api.jobs.shipment.get_export_data(job_display_id: int) -> ShipmentExportData
CLI
ab jobs shipment get_export_data <job_display_id>
GET /job/{jobDisplayId}/shipment/exportdata
Response
Returns ShipmentExportData.
Field |
Type |
Required |
Description |
|---|---|---|---|
|
|
no |
Shipment export payload |
|
|
no |
Specified value flags |
|
|
no |
Sold-to contact and address |
|
|
no |
Commodity line items |
|
|
no |
Packing information entries |
|
|
no |
Customs declared value |
|
|
no |
Commercial invoice number |
|
|
no |
Purchase order number |
|
|
no |
Incoterms / terms of sale |
|
|
no |
Exporter tax identifier |
|
|
no |
Consignee tax identifier |
|
|
no |
Aggregate cost breakdown |
|
|
no |
USPS-specific export fields |
|
|
no |
FedEx-specific export fields |
|
|
no |
UPS-specific export fields |