- Get Started
- Product
- Resources
- Tools & SDKs
- Framework
- Reference
Menu
- Get Started
- Product
- Resources
- Tools & SDKs
- Framework
- Reference
ReceiveOrderReturnDTO
The details of return receival.
The items received.
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.
Was this page helpful?