Create Page
Pages
Create Page
Create a new page
POST
Create Page
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 Page
Creates a new page in the store.Request
Body Parameters
The page title
URL-safe handle. Auto-generated from title if not provided.
Page content (HTML)
Author name
Whether the page is published
Publication date (ISO 8601). Defaults to now if published is true.
Custom template suffix (e.g.,
contact for page.contact.liquid)SEO metadata
Array of metafields to attach to the page
Response
Whether the request succeeded
The created page 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 page with this handle already exists |