Create ghost user
Authentication
Create ghost user
Create an anonymous guest user session without requiring authentication.
POST
Create ghost user
Request
Headers
| Header | Type | Description |
|---|---|---|
Content-Type | string | Always set to application/json. |
x-shop-id | string | Shop identifier to associate the user with your store. |
This endpoint does not require authentication and creates an anonymous guest
session for browsing.
Successful response
You receive a temporary token that allows guest users to browse, add items
to cart, and use the wishlist before registering.

