api.jobs.shipment.get_rate_quotes
GET /job/{jobDisplayId}/shipment/ratequotes— ACPortal
Python
api.jobs.shipment.get_rate_quotes(job_display_id: int) -> list[RateQuote]
CLI
ab jobs shipment get_rate_quotes <job_display_id>
GET /job/{jobDisplayId}/shipment/ratequotes
Query parameters — RateQuotesParams
Field |
Type |
Required |
Description |
|---|---|---|---|
|
|
no |
Requested ship-out date (ISO 8601) |
|
|
no |
Comma-separated rate source identifiers |
|
|
no |
Settings configuration key |
Response
Returns a list of List[RateQuote].
Field |
Type |
Required |
Description |
|---|---|---|---|
|
|
no |
Carrier company name |
|
|
no |
Service level |
|
|
no |
Total quoted price |
|
|
no |
Estimated transit time |
|
|
no |
Itemized extras |
|
|
no |
Index for booking selection |
|
|
no |
Rate quote errors |
|
|
no |
Available rates |
|
|
no |
Rates cache key |
|
|
no |
Original request snapshot |
|
|
no |
Carrier code identifier |
|
|
no |
Carrier account info used for quoting |
|
|
no |
Service delivery days |
|
|
no |
Quoted price |
|
|
no |
Accessorial services |