LoginChangeResponse |
CustomersController.changeLogin(java.lang.String newLogin,
java.lang.String password) |
Web service for changing customer login.
Sample call: https://localhost:9002/rest/v1/mysite/customers/current/login?newLogin=:newLogin&password=:password
Method requires customer authentication and is restricted to HTTPS channel.
Method type : POST.
|
ProductExpressUpdateElementDataList |
ProductsController.expressUpdate(java.lang.String timestamp,
java.lang.String catalog) |
Web service handler for product express update.
|
PromotionDataList |
PromotionsController.getPromotions(java.lang.String type,
java.lang.String promotionGroup) |
|
StoreFinderSearchPageData<PointOfServiceData> |
StoreFinderController.locationSearch(java.lang.String query,
java.lang.Double latitude,
java.lang.Double longitude,
int currentPage,
int pageSize,
java.lang.String sort,
java.lang.String options,
double radius,
double accuracy) |
|
void |
CustomersController.registerUser(java.lang.String login,
java.lang.String password,
java.lang.String titleCode,
java.lang.String firstName,
java.lang.String lastName) |
Client should pass customer's data as POST Body.
|
void |
CustomersController.updatePaymentInfo(java.lang.String paymentInfoId,
javax.servlet.http.HttpServletRequest request) |
Web service for modifying existing payment info.
Sample call: https://localhost:9002/rest/v1/mysite/paymentinfos/123
Method requires authentication and is restricted to HTTPS channel.
Method type : PUT.
|
void |
CustomersController.updatePaymentInfoAddress(java.lang.String paymentInfoId,
javax.servlet.http.HttpServletRequest request) |
Web service for modifying billing address data for the specific payment info.
Sample call: https://localhost:9002/rest/v1/mysite/paymentinfos/123/address
Method requires authentication and is restricted to HTTPS channel.
Method type : POST.
|
protected java.util.List<java.lang.String> |
ProductsController.validateAndSplitCatalog(java.lang.String catalog) |
|
protected void |
PromotionsController.validateTypeParameter(java.lang.String type) |
|