Update a seller by UUID

Updates an existing seller, addressed by its server-assigned uuid. Functionally equivalent to calling POST /api/v1/sellers with the same external_reference_id (which is the recommended path); this endpoint exists for cases where the integration prefers UUID-addressed updates.

The body cannot change external_reference_id — that field is the upsert key and is set on creation only. To rename a seller externally, register a new one and migrate orders to it.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
uuid
required
length between 36 and 36
Body Params
seller
object
required
Responses

400

Malformed JSON or invalid UUID

401

Invalid or missing API key

404

Seller not found (or belongs to a different merchant)

422

Field validation failure

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json