- Get Started
- Product
- Resources
- Tools & SDKs
- Framework
- Reference
Menu
- Get Started
- Product
- Resources
- Tools & SDKs
- Framework
- Reference
ReturnDTO
The return details.
id
stringThe ID of the return.
status
ReturnStatusThe status of the return.
order_id
stringThe associated order's ID.
items
OrderReturnItemDTO[]The items of the return
items
OrderReturnItemDTO[]display_id
numberThe return's display ID.
metadata
null | Record<string, unknown>Holds custom data in key-value pairs.
The refund amount of the return.
The raw refund amount of the return.
The associated order.
exchange_id
stringOptionalThe associated exchange's ID.
The associated exchange.
claim_id
stringOptionalThe associated claim's ID.
The associated claim.
location_id
stringOptionalThe ID of the location to return the items to.
no_notification
booleanOptionalWhether the customer should receive notifications related
to updates on the return.
created_by
null | stringOptionalThe id of the user that created the return
The shipping methods used to receive the returned items.
The return's transactions if refund is required.
created_at
string | DateOptionalThe creation date of the return.
updated_at
string | DateOptionalThe update date of the return.
deleted_at
string | DateOptionalThe deletion date of the return.
canceled_at
string | DateOptionalThe cancelation date of the return.
requested_at
string | DateOptionalThe request date of the return.
received_at
string | DateOptionalThe receival date of the return.
Was this page helpful?