- Get Started
- Product
- Resources
- Tools & SDKs
- Framework
- Reference
Menu
- Get Started
- Product
- Resources
- Tools & SDKs
- Framework
- Reference
UpdateOrderExchangeDTO
The attributes to update in the exchange.
id
stringThe ID of the exchange.
The difference due of the 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.
no_notification
booleanOptionalWhether the customer should receive notifications related
to updates on the exchange.
return
stringOptionalThe associated return's ID.
allow_backorder
booleanOptionalWhether backorders are allowed on the exchange's items.
metadata
null | Record<string, unknown>OptionalHolds custom data in key-value pairs.
Was this page helpful?