AI order draft builder

Populates an existing order draft with cargo, task groups, and tasks parsed from natural language. The frontend must create the draft first via /shipping/order_drafts/new/v1. | (OrderBuilderReq) -> (OrderBuilderRes)

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Request

This endpoint expects an object.
order_short_idstringRequired
textstringRequired

Response

Successful Response
order_idstring
order_short_idstring
summarystring
validation_passedbooleanDefaults to false
validation_issueslist of strings
noteslist of strings

Errors

422
Dev Post Agent Order Builder V1request Unprocessable Entity Error