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

SKURepository

getRepository

Deque<Map<String, Object>>

getPaginationFilter

SearchResponse

searchSKUs

SearchResponse

searchSkusLightweight

LinkedHashSet<SkuDTO>

searchSKUs

Page<SKU>

searchSkusPaged

SKU

findById

List<SkuDTO>

searchSKUs

List<SkuDTO>

searchWithProductFilter

List<SKU>

findSKUs

List<Category>

getCategoriesBySkuId

Optional<SKU>

createSKU

SKU

addSKUToProduct

SKU

saveSKU

void

removeSKUFromAttribute

void

removeSKUFromAttributes

void

removeSKUFromSellerSKU

void

removeSKUFromSellerSKUs

void

removeSKUFromProduct

void

removeSKUFromProducts

void

removeSKUFromTranslation

void

removeSKUFromTranslations

void

removeSKUAndClean

void

removeSkusByIds

boolean

isSKUExists

List<Map<String, String>>

getSortedProductSkus

List<Map<String, Object>>

getSkusByProductAndFirstLetter

SKU

updateMetaInfo