Skip to main content
string
The Spring bean identifier containing the service being called.sellerRegistrationServiceImpl
string
default:"PROTOTYPE"
Bean scope. Use PROTOTYPE for service calls.
string
The public service method name shown in the signature below.
object[]
The method argument array. Each argument is passed as an object with index 0, 1, and so on; the value must match the Java parameter type.

Headers

Send Lang-Context and Site-Context with every request. For protected methods, send the JWT in the Authorization header as Bearer <token>. Access: ADMIN. Bearer Token: conditional for USER/ADMIN.
  • GUEST — unauthenticated users; only whitelist services are available.
  • USER — authentication is required; methods with USER checks are available.
  • ADMIN — full access to public methods of all services.
  • If a method checks a role internally, GUEST may receive null.

Methods

SellerRepository

getRepository

boolean

isLogged

boolean

isNotLogged

Seller

getLoggedSeller

Profile

getLoggedProfile

List<Chat>

getChatsByLoggedProfile

List<Certificate>

getCertificates

Optional<Seller>

registerSeller

Example JSON request object:
Request:
void

sendContactSupplierEmail

Seller

saveSeller

Example JSON request object:
Request:
Seller

updateSeller

Example JSON request object:
Request:
void

removeSellerAndClean

void

removeSellersByIds

List<SellerSKU>

getSellerSellerSkus

Country

getCountryBySellerId

boolean

isTariffPaid

boolean

isTariffNotPaid

boolean

isFavoriteSellerNotExists

boolean

isFavoriteSellerExists

boolean

isFavoriteSellerSkuNotExists

boolean

isFavoriteSellerSkuExists

Map<String, Boolean>

isEmailNotificationEnabled

List<Attachment>

getSellerDocumentUrls

HashSet<Seller>

getFavoriteSellers

HashSet<String>

addFavoriteSeller

void

removeFavoriteSeller

LinkedHashSet<SellerSKU>

getFavoriteSellerSKUs

LinkedHashSet<String>

addFavoriteSellerSKU

void

removeFavoriteSellerSKU

List<Map<String, String>>

getSellers

void

changeProfileEmbeddedParent

boolean

isEmailTaken

boolean

isUserActive

void

deleteSellerAccount