- Get Started
- Product
- Resources
- Tools & SDKs
- Framework
- Reference
Menu
- Get Started
- Product
- Resources
- Tools & SDKs
- Framework
- Reference
OrderChangeDTO
The order change details.
id
stringThe ID of the order change
version
numberThe version of the order change
order_id
stringThe ID of the associated order
return_id
stringThe ID of the associated return order
exchange_id
stringThe ID of the associated exchange order
claim_id
stringThe ID of the associated claim order
The associated order
The associated return order
The associated exchange order
The associated claim order
The actions of the order change
status
OrderChangeStatusThe status of the order change
requested_by
null | stringThe requested by of the order change
requested_at
null | string | DateWhen the order change was requested
confirmed_by
null | stringThe confirmed by of the order change
confirmed_at
null | string | DateWhen the order change was confirmed
declined_by
null | stringThe declined by of the order change
declined_reason
null | stringThe declined reason of the order change
metadata
null | Record<string, unknown>The metadata of the order change
declined_at
null | string | DateWhen the order change was declined
canceled_by
null | stringThe canceled by of the order change
canceled_at
null | string | DateWhen the order change was canceled
created_at
string | DateWhen the order change was created
updated_at
string | DateWhen the order change was updated
change_type
"return" | "exchange" | "claim" | "edit" | "transfer"OptionalThe type of the order change
Was this page helpful?