- Get Started
- Product
- Resources
- Tools & SDKs
- Framework
- Reference
Menu
- Get Started
- Product
- Resources
- Tools & SDKs
- Framework
- Reference
CreateOrderChangeActionDTO
The data of the order change action to be created.
action
ChangeActionTypeThe type of action.
order_change_id
stringOptionalThe associated order change's ID.
order_id
stringOptionalThe 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.
version
numberOptionalThe version of the order change action.
Once the order change action is confirmed, this
becomes the order's version.
reference
stringOptionalThe name of the data model that this action
references. For example,
return
.reference_id
stringOptionalThe ID of the record references of the data model
specified in reference.
For example, if
reference
is return
, the reference_id
is the ID of the return.internal_note
null | stringOptionalThe internal note of the order change action.
The amount of the order change action.
details
Record<string, unknown>OptionalThe details of the order change action.
This could include the returned items or their changed
quantity, based on the type of this action.
applied
booleanOptionalWhether the action has been applied.
Was this page helpful?