Skip to main content
string
The Spring bean identifier containing the service being called.salesCatalogServiceImpl
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

Deque<Map<String, Object>>

getPaginationUnits

LinkedHashSet<UnitDTO>

searchUnits

Page<Unit>

searchUnitsPaged

List<CurrencyItem>

getAllCurrencies

CurrencyItem

getCurrencyByCode

SellerSKU

getSellerSkuFromChatTopic

Map<String,String>

getCountOfSellerSkusBySeller

Map<String, String>

getCountOfSellerSkus

Optional<Unit>

createUnit

Example JSON request object:
Request:
SellerSKU

addPackageItemToSellerSku

Example JSON request object:
Request:
void

removePackageItemFromSellerSku

void

removeFileResources

SellerSKU

saveSellerSkuAsDraft

Example JSON request object:
Request:
SellerSKU

saveSellerSKU

Example JSON request object:
Request:
Unit

saveUnit

Example JSON request object:
Request:
Map<String, String>

getAllSellerTariff

void

removeSellerSkuAndClean

void

removeSellerSkusByIds

Optional<SellerSKU>

createSellerSKU

Example JSON request object:
Request:
void

removeUnitAndClean

void

removeUnitsByIds

SellerSKU

publishForSale

SellerSKU

withdrawFromSale

SellerSKU

changeType

SellerSKU

duplicate

List<Attachment>

getSellerSkuDocumentUrls