/shipping/orders

Add task

Adds a task to an order task group. Draft tasks default to append and DRAFT status; operational tasks require an index and STAGED or COMPLETED status. | (OrdersAddTaskReq) -> (PydanticObjectId)

post/shipping/orders/task/add/v1

Request body

task_group_idstring required
taskTaskClientCreate1 required— unresolved $ref
cargo_idsstring[]
status'draft' | 'staged' | 'completed' | 'skipped' | 'attempt' | 'cancelled' | 'exception'
indexinteger nullable

Response

Successful Response

string required

Changes

No recorded changes to this endpoint across all 1 revision of this API.