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.
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.