- Get Started
- Product
- Resources
- Tools & SDKs
- Framework
- Reference
Menu
- Get Started
- Product
- Resources
- Tools & SDKs
- Framework
- Reference
CreateOrderReturnDTO
The return to be created.
order_id
stringThe associated order's ID.
return_id
stringOptionalThe associated return'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
.metadata
null | Record<string, unknown>OptionalHolds custom data in key-value pairs.
location_id
stringOptionalThe ID of the location to return the items to.
items
object[]OptionalThe items of the return.
items
object[]OptionalThe shipping method of the return.
The refund amount of the return.
no_notification
booleanOptionalWhether the customer should receive notifications related to
updates on the return.
claim_id
stringOptionalThe associated claim's ID.
exchange_id
stringOptionalThe associated exchange's ID.
created_by
null | stringOptionalThe id of the user that creates the fulfillment
Was this page helpful?