put https://developer.api.us.walmart.com/api-proxy/service/supplychain/transportation/v1/api/brokerage/plans/<<planId>>/bid
This request allows the carrier to bid on loads.
The load must be active, open to bidding, and available to them.
The request is used to create a spot bid on the bidding/spot load.
Spot bids are freight shipments that remain unassigned after going through the sequential tendering process.
They are then put on the spot market, where they are assigned to third-party (3P) brokers/asset carriers.
Example
The following example allows a carrier to submit a bid on loads that are open for spot bidding.
PUT https://developer.api.us.walmart.com/api-proxy/service/supplychain/transportation/v1/api/brokerage/plans/{planId}/bid
Request body:
{ "payload": { "bidPrice": { "measurementValue": 1300.00, "unitOfMeasure": "USD" }, "identifiers": { "phaseId": "55ed55ba-df2f-417f-974b-622ee6e059af" }, "status": "ACCEPTED" } }