Create advance replacement SO before goods are returned
Creates an advance-replacement sales order for a customer before their defective unit has been
returned. The replacement order is linked to the originating return for tracking. When the
return is later closed, the system can optionally void or charge the replacement order depending
on disposition outcome.
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
Advance replacement order created

