Order Cancellation Reasons Object

The Cancel Reasons object is included in some webhook callbacks. For example, the Order Is Cancelled callback object includes the Cancel Reasons object.

Cancel Reasons Object Attributes

task_id

Int32

Bringg order Id associated with this cancel reason.

created_at

datetime

The date and time this cancel reason was created. This is in UTC and is in the format is " %Y-%m-%dT%H:%M:%S%z".

other_text

string

Additional text in this cancel reason. The maximum length is 255 characters.

reason_to_cancel_task_id

Int32

The Id of the reason to cancel this order.

updated_at

datetime

The last update date and time for this cancel reason. This is in UTC and is in the format is " %Y-%m-%dT%H:%M:%S%z".