api.jobs.parcel_items.list
GET /job/{jobDisplayId}/parcelitems— ACPortal
Python
api.jobs.parcel_items.list(job_display_id: int) -> list[ParcelItem]
CLI
ab jobs parcel_items list <job_display_id>
GET /job/{jobDisplayId}/parcelitems
Response
Returns a list of List[ParcelItem].
Field |
Type |
Required |
Description |
|---|---|---|---|
|
|
no |
Parcel item ID |
|
|
no |
Job item UUID |
|
|
no |
Item description |
|
|
no |
Number of pieces |
|
|
no |
Packed length |
|
|
no |
Packed width |
|
|
no |
Packed height |
|
|
no |
Packed weight |
|
|
no |
Declared value |
|
|
no |
Package type ID |
|
|
no |
Insurance key |
|
|
no |
Package type code |
|
|
no |
Job modified datetime |
|
|
no |
Nested parcel items |