MCP documentation | MCP docs for agents

ark_create_spot_quote_customer_quote

ark.create_spot_quote_customer_quote

Create and send a customer quote for a visible spot quote, recording the same quote event and watcher notifications as the website.

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

Input

spotQuoteIdstringrequired

Visible spot quote ID.

format: uuid

customerIdstringrequired

Customer ID. Must match the visible spot quote customer.

format: uuid

pricenumberrequired

Customer quote price.

markupPercentnumber

min: 0; max: 100

fromBidIdstring | null

Carrier bid used to generate the customer quote.

format: uuid

etaModestring | null

one of: time_away, exact_time, null

etaHoursinteger | null

min: 0; max: 999

etaMinutesinteger | null

min: 0; max: 59

etaDatetimestring | null

format: date-time

etaTimezonestring | null

max length: 100

quoteVehicleTypestring | null

max length: 100

trailerLengthnumber | null
trailerWidthnumber | null
trailerHeightnumber | null
trailerDimensionsUnitstring | null

one of: feet, inches, null

Result

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