Create exchange SO from an RMA
Creates an exchange order tied to a customer return, allowing the customer to receive a
different product of equal or greater value. The exchange order debits the customer for any
price difference and links back to the return record for full traceability. The return must
be in status: open or status: inspected.
Requires returns:write scope.
Authorizations
API key issued per entity via Settings > Developers > API Keys.
Each key carries scopes (e.g. orders:read, products:write).
Bearer token format: Authorization: Bearer ark_live_ent_Test keys use ark_test_ent_. Both are issued per entity
via Settings > Developers > API Keys.
Headers
Client-generated unique key for idempotent POST/PATCH/DELETE operations. Alias for the Idempotency parameter. Max 255 chars. On retry with the same key, the original response is returned without re-executing the operation. Keys expire after 24 hours.
255Path Parameters
Response
Exchange order created

