api.jobs.form.shipments
GET /job/{jobDisplayId}/form/shipments— ACPortal
Python
api.jobs.form.shipments(job_display_id: int) -> list[FormsShipmentPlan]
CLI
ab jobs form shipments <job_display_id>
List shipment plans for job_display_id (GET /job/{jobDisplayId}/form/shipments).
Returns List[FormsShipmentPlan] rather than PDF bytes – use the
job_shipment_id of a plan to drive the BOL routes below.
Response
Returns a list of List[FormsShipmentPlan].
Field |
Type |
Required |
Description |
|---|---|---|---|
|
|
no |
Plan identifier |
|
|
no |
Provider index |
|
|
no |
Carrier |
|
|
no |
Service level |
|
|
no |
Shipment UUID |
|
|
no |
Job UUID |
|
|
no |
Origin address ID |
|
|
no |
Destination address ID |
|
|
no |
Provider UUID |
|
|
no |
Sequence number |
|
|
no |
Origin company name |
|
|
no |
Destination company name |
|
|
no |
Transport type (PickUp, Delivery, House) |
|
|
no |
Provider company name |
|
|
no |
Option index |