- Get Started
- Product
- Resources
- Tools & SDKs
- Framework
- Reference
Menu
- Get Started
- Product
- Resources
- Tools & SDKs
- Framework
- Reference
UpdateOrderChangeDTO
The attributes to update in the order change.
id
stringThe ID of the order change.
status
stringOptionalThe status of the order change.
description
stringOptionalThe description of the order change.
return_id
null | stringOptionalThe associated return's ID.
internal_note
null | stringOptionalThe internal note of the order change.
requested_by
null | stringOptionalThe user or customer that requested the
order change.
requested_at
null | DateOptionalThe date the order change was requested.
confirmed_by
null | stringOptionalThe user or customer that confirmed the
order change.
confirmed_at
null | DateOptionalThe date the order change was confirmed.
declined_by
null | stringOptionalThe user or customer that declined
the order change.
declined_reason
null | stringOptionalThe reason that the order change was declined.
declined_at
null | DateOptionalThe date that the order change was declined.
canceled_by
null | stringOptionalThe user or customer that canceled the
order change.
canceled_at
null | DateOptionalThe date that the order change was canceled.
metadata
null | Record<string, unknown>OptionalHolds custom data in key-value pairs.
Was this page helpful?