MCP documentation | MCP docs for agents

ark_update_spot_quote

ark.update_spot_quote

Update customer, freight, reference, schedule, and stop details on a visible active spot quote.

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

spotQuoteIdstringrequired

Visible active spot quote ID.

format: uuid

customerIdstring

ARK customer ID for the spot quote.

format: uuid

customerEmailstring | null

format: email; max length: 254

currencystring

one of: USD, CAD, MXN

referenceNumberstring | null

max length: 100

loadClassificationstring | null

max length: 100

sylectusLoadTypeinteger | null
vehicleTypestring | null

max length: 100

piecesinteger | null

min: 1

dimensionsLengthnumber | null
dimensionsWidthnumber | null
dimensionsHeightnumber | null
dimensionsUnitstring

one of: inches, feet

weightnumber | null
weightUnitstring

one of: lbs, kg

stackableboolean
hazmatboolean
dockHighboolean
teamDriverRequiredboolean
tsaboolean
notesInternalstring | null

max length: 5000

notesExternalstring | null

max length: 5000

distanceMilesnumber | null

Result

The tool returns the canonical ark.update_spot_quote 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.