Update Page
Pages
Update Page
Update an existing page
PUT
Update 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.
Update Page
Updates an existing page. Only provided fields will be updated.Request
Path Parameters
The unique page ID to update
Body Parameters
All parameters are optional. Only provided fields will be updated.The page title
URL-safe handle
Page content (HTML)
Author name
Whether the page is published
Publication date (ISO 8601)
Custom template suffix (set to
null to remove)SEO metadata
Metafields to add or update
Response
Whether the request succeeded
The updated page object
Example Response
Notes
- Changing the handle will break existing links to the page
- Setting
published: falsewill unpublish the page immediately - Navigation menu links may need to be updated if the handle changes
Error Codes
| Code | Description |
|---|---|
UNAUTHORIZED | Invalid or missing access token |
FORBIDDEN | App doesn’t have write_content scope |
NOT_FOUND | Page with the specified ID does not exist |
VALIDATION_ERROR | Invalid request body (see error details) |
DUPLICATE_HANDLE | A page with this handle already exists |