Update Order Task

Updates the details of a specific task associated with an order. This endpoint is used to modify the status and details of a task by its ID.

Path Params
string
required
string
required
Query Params
integer | null
Defaults to null

The attempt number for order fulfillment.

Body Params
string | null
Defaults to null

Label of task to be updated.

string | null
enum
Defaults to null

Status of task to be updated. Valid values are ongoing, completed, cancelled.

Allowed:
string | null
Defaults to null

Description of task to be updated. This will not update existing description.

string | null
enum
Defaults to null

Priority of task to be updated. Valid values are none, low, medium, high.

Allowed:
metadata
object | null

Metadata to be updated for the task.

attachments
array | null
Defaults to null

List of attachments in event, this will not delete existing attachments, only add new attachments to tasks

attachments
Responses

Language
Credentials
:
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json