v32

latestOpenAPI 3.1.0raw.githubusercontent.com2026-05-151,1412,2144.5 MB
Sellers

Create a new seller

Create a Seller account. Created Seller gets an email with an account activation link (stays active for 24 hours). The link opens the password setup page. Once the password is set up, the Seller is redirected to the admin panel.

post/iam/admin/sellers

Request body

idinteger required

Seller's ID.

emailstring email required

Seller's email address.

full_namestring required

Seller's full name.

phonestring

Seller's phone number.

reseller_namestring required

Seller's reseller's name.

companystring required

Seller's company.

date_joinedstring required

Registration date.

activatedboolean required

Show the activation status of seller's account:

  • true – a seller has clicked on the activation link and has set up a password;
  • false – a seller hasn't clicked on the activation link.
deletedboolean required

Show the deletion status of seller's account:

  • true – a seller has been deleted;
  • false – a seller is active.

Response

OK.

idinteger required

Seller's ID.

emailstring email required

Seller's email address.

full_namestring required

Seller's full name.

phonestring

Seller's phone number.

reseller_namestring required

Seller's reseller's name.

companystring required

Seller's company.

date_joinedstring required

Registration date.

activatedboolean required

Show the activation status of seller's account:

  • true – a seller has clicked on the activation link and has set up a password;
  • false – a seller hasn't clicked on the activation link.
deletedboolean required

Show the deletion status of seller's account:

  • true – a seller has been deleted;
  • false – a seller is active.