Lookup User Object


The lookup user object processes your login for almost every function in STORE Web Services. If a function does NOT require the object it is noted in its documentation. Otherwise you should assume the object is required. The object will always be the first parameter in a STORE function. A list of available channels can be retrieved using the GetChannelList. The default for a SWS user is 999, however, if the organization has set up additional option (i.e., call center, kiosk, web site, etc.) you should select the option best suited to your use. The channel will control things like the types of PCD's available and is used in tracking.

Username xml:string Required The user SWS uses to connect to the application. This should never refer back to a specific Store account or contact.
Password xml:string Required The user’s password.
Channel xml:int Required The source of the request. The channel is organization specific and could refer to things like call center or kiosk.

<s:complexType name="LookupUser_Request"> <s:sequence> <s:element minOccurs="0" maxOccurs="1" name="Username" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="Password" type="s:string" /> <s:element minOccurs="1" maxOccurs="1" name="Channel" type="s:int" /> </s:sequence> </s:complexType>