- Get Started
- Product
- Resources
- Tools & SDKs
- Framework
- Reference
Menu
- Get Started
- Product
- Resources
- Tools & SDKs
- Framework
- Reference
CancelOrderReturnDTO
The details of the return cancelation.
order_id
stringThe associated order's ID.
return_id
stringThe return's ID.
claim_id
stringOptionalThe associated claim's ID.
exchange_id
stringOptionalThe associated exchange's ID.
description
stringOptionalThe description of the action.
internal_note
stringOptionalThe internal note of the action.
reference
stringOptionalThe name of the data model the action
references. For example,
return
.reference_id
stringOptionalThe ID of the record of the data model
specified in reference.
For example, if
reference
is return
, the
value is return_123
.created_by
null | stringOptionalThe user or customer that created this action.
metadata
null | Record<string, unknown>OptionalHolds custom data in key-value pairs.
canceled_by
stringOptionalThe ID of the user canceling the return.
Was this page helpful?