Create a new seller
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
Create a new seller
Authorizations
API key for authentication. Make sure to include the word apikey, followed by a single space and then your token.
Example: apikey 1234$abcdef
Body
application/json
Response
OK.
Seller's ID.
Seller's email address.
Maximum string length:
150Seller's full name.
Maximum string length:
255Seller's reseller's name.
Seller's company.
Registration date.
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.
Show the deletion status of seller's account:
true– a seller has been deleted;false– a seller is active.
Seller's phone number.
Maximum string length:
30Pattern:
^[a-z0-9+\-()#, *]*$