Log out customer
Ecwid.Customer.signout(success,error)
Ecwid.Customer.signout(success,error)
This method signs out customer from their account.
Request example:
Fields available in the response:
Name
Type
Description
success
boolean
Is true
if a customer was signed out, false
otherwise.
error
string
Error message. Has value only if success
is false
Last updated
Was this helpful?