MCP documentation | MCP docs for agents

ark_update_load_details

ark.update_load_details

Update a visible ARK load revision, including customer, team, reps, commodity, dimensions, currencies, customer-pay lines, and optional full stop replacement.

Availability
Expanded preview
Scopes
loads:write
ARK permissions
canEditLoad
Team visibility
Required and enforced
Approval policy
ask_before_write
ARK approval request
Required before execution
Idempotency
Required for external execution
Read-only
No
Destructive
No
External side effect
No
Rate limit
OAuth MCP credential and organization budgets

Input

loadIdstringrequired

Visible ARK load ID.

format: uuid

customerIdstring | null

Customer ID to assign to the load, or null to clear.

format: uuid

teamIdstring

Visible team ID to assign to the load.

format: uuid

brokerIdstring | null

format: uuid

customerServiceRepIdstring | null

format: uuid

temperaturenumber | null
internalCommentsstring | null

max length: 5000

externalCommentsstring | null

max length: 5000

hotCommentsstring | null

max length: 5000

pickupNumberstring | null

max length: 100

purchaseOrderNumberstring | null

max length: 100

billOfLadingstring | null

max length: 100

productstring | null

max length: 200

valuenumber | null
descriptionstring | null

max length: 5000

sizestring | null

max length: 100

trailerstring | null

max length: 100

weightnumber | null
weightUnitstring

one of: lbs, kg

lengthnumber | null
widthnumber | null
heightnumber | null
numberOfPiecesinteger | null

min: 0

hazmatboolean
docHighboolean
stackableboolean
tsaboolean
teamDriverRequiredboolean
milesnumber | null

min: 0

maximumBuyAmountnumber | null

Maximum carrier buy amount for load-board and market-intelligence workflows.

min: 0

customerCurrencystring

one of: USD, CAD, MXN

carrierCurrencystring

one of: USD, CAD, MXN

Result

The tool returns the canonical ark.update_load_details operation result in structuredContent and mirrors the same JSON as text. Errors set isError: true and return a stable error code, message, and optional details.