LoginIdentityHandler
This class provides RESTful services to login and logout a registered shopper using their user name and password. It performs the service by delegating to the Person BOD service.
| Method Name | HTTP Method | URL | Query Parameters | Description | Authentication | Example |
|---|---|---|---|---|---|---|
| login | POST | store/{storeId}/loginidentity/ | responseFormat={responseFormat} | Logs in a registered user using their user name and password. | Yes,HTTPS | Sample |
| logout | DELETE | store/{storeId}/loginidentity/@self | responseFormat={responseFormat} | Logs out the registered user. | Yes,HTTPS | Sample |