Skip to main content
POST
Merge two accounts (soft merge)

Authorizations

Authorization
string
header
required

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.

Path Parameters

id
string<uuid>
required

Winner account ID. Loser is merged into this account.

Body

application/json
loser_account_id
string<uuid>
required

The account that will be merged into the winner.

reason
string

Optional reason for the merge (stored in activity log).

Response

Merge result

The response is of type object.