Accept fixed price loads

This request accepts a fixed price load.

A fixed price load is an offer that is a non-negotiable rate. If the offer is not accepted at the rate, it will not occur. The request can accept fixed prices on loads shippers offer.\

Example

The following example allows a carrier to accept a load at a fixed price.

PUT https://developer.api.us.walmart.com/api-proxy/service/supplychain/transportation/v1/api/brokerage/plans/{planId}/bid

Request body:

{ "payload": { "bidPrice": { "measurementValue": 2600, "unitOfMeasure": "USD" }, "identifiers": { "phaseId": "55ed55ba-df2f-417f-974b-622ee6e059af" } }, "status": "ACCEPTED"
}
Language
Click Try It! to start a request and see the response here!