Skip to main content
Fourthwall Developer Docs home page
Search...
⌘K
Support
Dashboard
Dashboard
Search...
Navigation
Embedded Sections
Messages
Guides
Platform API
Storefront API
Fourthwall
Discord
Getting Started
Introduction
API
Platform API Overview
Quickstart
Authentication
Rate Limiting
Webhooks
Getting Started with Webhooks
Managing Webhooks via API
Webhook Model
Webhook Event Types
Signature Verification
Testing Webhooks
Retry Policies
Gifting Guide
Limitations
Storefront
Storefront API Overview
Getting Started
Fetching Products
Collection Handles
Checkout Setup
Building a Cart & Checkout
Shop Feeds
Architecture
Apps
Getting Started
OAuth Authentication
App Sections
Embedded Settings
Publishing Your App
Embedded Sections
Embedded Sections
Messages
Signature Verification
Resources
Community
LLM Support
Storefront Showcase
On this page
Supported Events
Resize
Close
Embedded Sections
Messages
PostMessage API for embedded sections
From inside the iframe (on the page you’ve provided), you can pass certain messages to the parent frame to trigger actions.
Supported Events
Resize
Dynamically resize the iframe height:
Copy
{
"type"
:
"resize"
,
"height"
:
100
}
Close
Close or hide the embedded section:
Copy
{
"type"
:
"close"
}
Embedded Sections
Signature Verification
⌘I