Create a landing page
Creates a business-scoped landing page using the same page creation behavior as Landing Page Studio. The request body below documents the HTML Mode payload. To create and publish an HTML Mode page in one call, include is_published: true with page_display. If is_published is omitted or false, the nested page_display is saved as an unpublished draft and is not returned as the page’s current display; create or pick a page display, then call PATCH /v3/pages/{id} with is_published: true and current_page_display_id to publish it.
Otorisasi
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
Landing page data to create. HTML Mode payload is documented here. For a one-call create-and-publish flow, set is_published: true and include page_display. Without is_published: true, the display is only a draft and must be published later.
"API HTML Page"
"api-html-page"
When true, publishes the created nested page_display and makes it the current display. When omitted or false, the nested display is saved as an unpublished draft; the page response will have current_page_display_id: null, page_display: null, and a page-level render_mode fallback until a display is published.
Optional top-level store association. HTML Checkout store context is configured through page_display.form_display.store_id.
Respons
Landing page
builder, html_mode head, body_close_delay, web_worker 
