Feature Pack 4Feature Pack 5Feature Pack 6

LoginIdentityHandler

This class provides RESTful services to login and logout a registered shopper using their user name and password. It calls the Person noun to perform the services.

Method Name HTTP Method URL Query Params 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