- Get Started
- Product
- Resources
- Tools & SDKs
- Framework
- Reference
Menu
- Get Started
- Product
- Resources
- Tools & SDKs
- Framework
- Reference
OrderExchangeDTO
The exchange details.
id
stringThe exchange's ID.
order_id
stringThe associated order's ID.
order_version
numberThe version of the order when the exchange is applied.
display_id
numberThe exchange's display ID.
additional_items
any[]The items to be sent to the customer.
metadata
null | Record<string, unknown>Holds custom data in key-value pairs.
The associated order.
no_notification
booleanOptionalWhether the customer should receive notifications related
to updates on the exchange.
The difference due of the order exchange.
- If less than
0
, the merchant owes the customer this amount.
- If greater than
0
, the customer owes the merchange this amount.
- If equal to
0
, no payment is required by either sides.
- If less than
0
, the merchant owes the customer this amount. - If greater than
0
, the customer owes the merchange this amount. - If equal to
0
, no payment is required by either sides.
The raw difference due of the order exchange.
- If less than
0
, the merchant owes the customer this amount.
- If greater than
0
, the customer owes the merchange this amount.
- If equal to
0
, no payment is required by either sides.
- If less than
0
, the merchant owes the customer this amount. - If greater than
0
, the customer owes the merchange this amount. - If equal to
0
, no payment is required by either sides.
allow_backorder
booleanOptionalWhether the variants that are out of stock can be added to the exchange.
The associated return.
return_id
stringOptionalThe associated return's ID.
created_by
null | stringOptionalThe id of the user that created the order exchange
The shipping methods used to send the additional items.
The exchange's transactions if additional payment is required.
created_at
string | DateOptionalThe creation date of the exchange.
updated_at
string | DateOptionalThe update date of the exchange.
deleted_at
string | DateOptionalThe deletion date of the exchange.
canceled_at
string | DateOptionalThe cancelation date of the exchange.
Was this page helpful?