The setTitle method allows your embedded app to update the browser tab title.Usage#
Call this method whenever the merchant navigates to a new section within your embedded app.API Reference#
embedded.page.setTitle(title)#
Updates the document title at the host level.| Parameter | Type | Required | Description |
|---|
| title | string | Yes | The new title string to display. |
Keep it Short: Titles should ideally be 1-3 words (e.g., "Order #1234", "App Settings").
Consistency: Use the same titles that you display inside your own app's headers to maintain continuity.
Modified at 2026-02-02 10:34:37