Login
The Login function checks if the Member Contact exists in LS Central, gets all the details about the Member Contact, and all offers, coupons, and profiles that are available for the Member Contact.
Login
<soapenv:Body>
<ser:Login>
<ser:userName>john</ser:userName>
<ser:password>myPwd</ser:password>
<ser:deviceId></ser:deviceId>
</ser:Login>
</soapenv:Body>
MemberContact object is returned with all information assigned to the Member Contact in LS Central.
The difference between Login and LoginWeb is that Login provides more detailed information about the Member Contact and includes Profiles, Publish Offers, and Notifications, while LoginWeb only has basic information.
MemberContact also includes a list of OneList objects. These are the Contact's baskets and wish lists. There can only be one basket but one or more wish lists. Wish lists can be shared between Contacts.