post https://developer.api.us.walmart.com/api-proxy/service/supplychain/transportation/v1/api/brokerage/plans/bids/search
This request retrieves shipment identifiers.
Example
The following example retrieves bidding loads offered to the carrier.
Request body:
{
"planIds": [ 30003584, 27340816 ],
"phaseStatus": [ "CURRENT", "IN_REVIEW" ],
"offerType": [ "Bidding", "Fixed" ], "bidStatus": "OFFERED",
"origins": [ { "city": "Chicago", "postalCode": "31422", "state": "GA" } ],
"destinations": [ { "city": "Chicago", "postalCode": "94903", "state": "GA" } ],
"queryDateFilters": [ { "endTs": "2024-07-17T04:58:00Z", "startTs": "2024-07-17T03:22:00Z", "type": "schedule.maxPickupTs" }, { "endTs": "2024-07-18T07:01:00Z", "startTs": "2024-07-18T08:15:00Z", "type": "schedule.maxDueTs" } ],
"planDetails": { "totalStops": "1", "isHazmat": true },
"equipment": { "equipmentCodes": [ "string" ] },
"sort": { "maxPickTs ": "ASC", }, " itemsPerPage": 100
"page": 1, "responseGroup": "FULL"
}