new_page_skeleton
Creates an empty page skeleton with a sections array. Use it to start building storefront pages by adding sections and saving the final page.
Instructions
Return an empty but valid page source: { sections: [] }. Add sections built with new_section, then save with build_page.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||