- Get Started
- Product
- Resources
- Tools & SDKs
- Framework
- Reference
Menu
- Get Started
- Product
- Resources
- Tools & SDKs
- Framework
- Reference
CreateOrderChangeDTO
The data of the order change to be created.
order_id
stringThe associated order's ID.
return_id
stringOptionalThe associated return's ID.
claim_id
stringOptionalThe associated claim's ID.
exchange_id
stringOptionalThe associated exchange's ID.
The type of the order change.
description
stringOptionalThe description of the order change.
internal_note
null | stringOptionalThe internal note of the order change.
requested_by
stringOptionalThe user or customer that requested the order change.
requested_at
DateOptionalThe date that the order change was requested.
created_by
null | stringOptionalThe user that created the order change.
metadata
null | Record<string, unknown>OptionalHolds custom data in key-value pairs.
The actions of the order change.
Was this page helpful?