Update Store
Update store brand info: display_name, bio, avatar (file token from POST /v1/files), slug. Response includes readiness status — check actions for what’s needed before selling.
Authentication
AuthorizationBearer
API key (lb_ prefix). Pass as: Authorization: Bearer lb_...
Request
This endpoint expects an object.
display_name
Store display name shown to buyers
bio
Store bio shown on product pages
avatar
File token from POST /v1/files with purpose=avatar. Upload an image first, then pass the file token here. Set to empty string to remove the avatar.
slug
URL-safe store slug used in checkout URLs. Must be 3-60 characters, start and end with alphanumeric, contain only lowercase letters, digits, and hyphens.
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
422
Unprocessable Entity Error