OrderChangeDTO
id
stringRequiredThe ID of the order change
order_id
stringRequiredThe ID of the associated order
The associated order
The actions of the order change
status
stringRequiredThe status of the order change
requested_by
null | stringRequiredThe requested by of the order change
requested_at
null | string | DateRequiredWhen the order change was requested
confirmed_by
null | stringRequiredThe confirmed by of the order change
confirmed_at
null | string | DateRequiredWhen the order change was confirmed
declined_by
null | stringRequiredThe declined by of the order change
declined_reason
null | stringRequiredThe declined reason of the order change
metadata
null | Record<string, unknown>RequiredThe metadata of the order change
declined_at
null | string | DateRequiredWhen the order change was declined
canceled_by
null | stringRequiredThe canceled by of the order change
canceled_at
null | string | DateRequiredWhen the order change was canceled
created_at
string | DateRequiredWhen the order change was created
updated_at
string | DateRequiredWhen the order change was updated
Was this section helpful?