Create Article
Blogs
Create Article
Create a new article in a blog
POST
Create Article
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 Article
Creates a new article in the specified blog.Request
Path Parameters
The unique blog ID to create the article in
Body Parameters
The article title
Author name
URL-safe handle. Auto-generated from title if not provided.
Article content (HTML)
Article summary/excerpt (HTML). Auto-generated from body_html if not provided.
Whether the article is published
Publication date (ISO 8601). Defaults to now if published is true. Can be set to a future date for scheduling.
Comma-separated tags (e.g., “summer, sale, featured”)
Custom template suffix (e.g.,
featured for article.featured.liquid)Featured image
SEO metadata
Array of metafields to attach to the article
Response
Whether the request succeeded
The created article object
Example Response
Error Codes
| Code | Description |
|---|---|
UNAUTHORIZED | Invalid or missing access token |
FORBIDDEN | App doesn’t have write_content scope |
NOT_FOUND | Blog with the specified ID does not exist |
VALIDATION_ERROR | Invalid request body (see error details) |
DUPLICATE_HANDLE | An article with this handle already exists in this blog |