Create anonymous session
Creates an anonymous user session with a persistent user_id for analytics and cart tracking. Returns an AnonymousUser object with access_token and refresh_token. Call this before any other authenticated endpoint for guest users.
Documentation Index
Fetch the complete documentation index at: https://www.commercengine.io/docs/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
API key for your store
Response
OK
A string containing a descriptive message related to the success or failure of the anonymous user creation or authentication.
A boolean value indicates the success or failure of the anonymous user operation.true for success false for failure.
An object containing the response content.