Search for load information

This request allows the carrier to search load information on awarded loads.

Example

The following example allows a carrier to search awarded load details.

POST https://developer.api.us.walmart.com/api-proxy/service/supplychain/transportation/v1/api/brokerage/plans/search

Request body

{ "status": { "status": "TENDERED", "planType": "LOAD_PLAN_TYPE" }, "planIds": [ ], "origins": { "city": "Chicago", "postalCode": "31422", "state": "GA" }, "destinations": { "city": "Chicago", "postalCode": "94903", "state": "GA" }, "queryDates": { "endTs": "2023-06-01T13:00:00Z", "startTs": "2023-05-25T12:00:00.000+0530", "type": "ACTUAL_ARRIVAL_DATE" }, "planDetails": { "totalStops": "1", "isHazmat": true }, "equipment": { "equipmentCodes": "VAN53" }, "sortField": "LAN_DEPARTURE_TS", "sortMode": "ASC", "page": 3, "responseGroups": { }, "calculateSearchesResultCount": true
}
Language
Click Try It! to start a request and see the response here!