Create Blog
Blogs
Create Blog
Create a new blog
POST
Create Blog
Documentation Index
Fetch the complete documentation index at: https://docs.launchmystore.io/llms.txt
Use this file to discover all available pages before exploring further.
Create Blog
Creates a new blog in the store.Request
Body Parameters
The blog title
URL-safe handle. Auto-generated from title if not provided.
Comment setting:
no- Comments disabledmoderate- Comments require approvalyes- Comments auto-approved
Custom template suffix for theming (e.g.,
news for blog.news.liquid)Array of metafields to attach to the blog
Response
Whether the request succeeded
The created blog object
Example Response
Error Codes
| Code | Description |
|---|---|
UNAUTHORIZED | Invalid or missing access token |
FORBIDDEN | App doesn’t have write_content scope |
VALIDATION_ERROR | Invalid request body (see error details) |
DUPLICATE_HANDLE | A blog with this handle already exists |