MCP documentation | MCP docs for agents

ark_update_billed_load_details

ark.update_billed_load_details

Update a visible ARK load after customer billing has started, regenerate the revised customer invoice when billing is READY or INVOICED, and optionally queue a QuickBooks customer invoice update.

Availability
Expanded preview
Scopes
loads:readloads:writebilling:write
ARK permissions
canViewLoadscanEditLoadcanViewBillingcanMakeAdjustments
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
Yes
Rate limit
OAuth MCP credential and organization budgets

Input

loadIdstringrequired

Visible ARK load ID whose billed details should be updated.

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

refreshCustomerBillingboolean

When true, regenerate the revised customer invoice for READY or INVOICED customer payments after updating the load.

default: true

queueQuickBooksSyncboolean

When true, queue a QuickBooks customer_invoice_update job after refreshing the revised invoice.

default: true

invoiceRemitProfileIdstring

Optional invoice remit profile ID to use for the regenerated revised invoice.

format: uuid

invoiceFileNamestring

Optional regenerated revised invoice PDF file name.

max length: 200

Result

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