For the complete documentation index, see llms.txt. This page is also available as Markdown.

Get seller

Gets a single Seller object by ID.

Get seller by ID

get

Get seller by ID. Available for Client, Vendor and Operations accounts. Returns a single seller with id, name, status, address, currencies, and audit. Optional select query parameter controls which fields are returned.

Path parameters
idstringRequired

Seller identifier.

Query parameters
selectstringOptional

Optional RQL select statement to limit returned fields.

Responses
200

OK

application/json
idstringOptional
namestringOptional
iconstring · nullableOptional
revisioninteger · int32Optional
externalIdstring · nullableOptional
statusstring · enumOptionalPossible values:
get
/public/v1/accounts/sellers/{id}

Last updated

Was this helpful?