List all carrier bids

SecurityAuthToken
Request
query Parameters
page
integer

indicates what page of a list of query results you want to view

page-size
integer

indicates the how many items to return per page in a list request

ordering
string

determines which column to sort by. Prepend with '-' to sort desc

shipment_id
string <uuid>

Filter objects down to bids matching the provided shipment ID

Responses
200

Paginated list of carrier bids

Response Schema: application/json
page_size
integer
Array of objects (CarrierBid)
total_count
integer
total_pages
integer
default

Default error response

get/quoting/carrier-bids/
Request samples
Response samples
application/json
{
  • "page_size": 0,
  • "results": [
    ],
  • "total_count": 0,
  • "total_pages": 0
}
Copyright © Shipwell 2024. All right reserved.