Create store — final bootstrap step
Create store — final bootstrap step
Step 3 of 3. Create a store on a verified bootstrap session. Returns the store object with a one-time api_key — store this immediately, it will not be shown again. Use the API key as Authorization: Bearer lb_... for all subsequent API calls. Public endpoint — no API key required.
Request
This endpoint expects an object.
session
Verified session ID from bootstrap step 2
store_name
Display name for the store
Response
Successful Response
id
Unique store ID (st_ prefixed).
display_name
Store display name shown to buyers.
slug
URL-safe store slug used in checkout URLs.
url
Public store URL.
readiness
Store readiness. Check actions for what’s needed before you can sell.
object
Object type identifier. Always store.
bio
Store bio shown on product pages.
has_avatar
True if an avatar image has been uploaded.
api_key
Raw API key, shown once at creation. Use as Bearer token.
Errors
400
Bad Request Error
422
Unprocessable Entity Error