CyberStore Visitor Web Service
MethodLogout
CyberStore Visitor Web Service > All Operations Resource Group : Logout (Method)
Description
Log out the currently active shopper.  Introduced in 2.19.4.
Request (LogoutSoapIn)

The request body is of type Logout.

Example
The following example shows how to perform the web operation in CyberStore.
// Example: Logout the current shopper

MakeAJAXCall("Visitor.Logout", {}, console.log)
200 Response (LogoutSoapOut)

The response body is of type LogoutResponse.

Response Body Parameters

NameDescriptionData Type

A string value containing a JSON object.

{
    "Result": {
        "Success": true,
        "Message": "The account was logged out successfully and the session was ended.",
        "ElapsedTime": "75 ms"
    }
}
xml:string
See Also
All Operations Resource GroupCyberStore Visitor Web Service