Skip to main content
string
The Spring bean identifier containing the service being called.geoLocationServiceImpl
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: GUEST. Bearer Token: not required.
  • 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

AddressRepository

getAddressRepository

Deque<Map<String, Object>>

getPaginationFilter

LinkedHashSet<Country>

searchCountries

Page<Country>

searchCountriesPaged

List<Address>

searchAddresses

Address

getAddressById

List<Country>

getCountries

Country

getCountryByCode

String

getCountryCodeValue

Country

getCountryBySellerId

String

getCountryNameBySellerId

List<Seller>

getSellersByCountryCode

Address

createAddress

Example JSON request object:
Request:
Address

saveAddress

Example JSON request object:
Request:
void

removeAddressAndClean

void

removeAddressesByIds

Address

addShippingAddress

Example JSON request object:
Request:
void

removeShippingAddress

void

removeAddressFromSeller

Set<Address>

getShippingAddresses