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"
}
Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required

Specifies the tracking ID for each login request.

The client sends a new UUID for each login request.

Example:

UUID - 4402a449-0e67-49f8-bbb3-b2fc1c05f6b3

Body Params

The following are required input field names, data types, description, and occurrences.

payload
object

Indicates an object for load details.

string

Specifies the status of the request.

Example:

ACCEPTED

Headers
string
required

Specifies the consumer identifier.

This value is obtained from the development manager.

Example:

b30696d1-1806-489d-a519-6c38b35cc8d2

string
required

Specifies the authorization bearer token received in the previous authentication call.

Example:

Bearer
eyJraWqioiqwe33dDdssdfsefsdefe334VDWDKUssweksdoobweppsdvddppjsowjsddwi59223Kwkek91kkwd

string
required

Specifies the tracking ID for each login request.

The client sends a new UUID for each login request.

Example:

UUID - 4402a449-0e67-49f8-bbb3-b2fc1c05f6b3

Responses

201

Created

401

Unauthorized

403

Forbidden

404

Not Found

Language
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json