Custom Code sections have access to a specific set of objects that provide data about your shop’s collections, products, and membership tiers.Documentation Index
Fetch the complete documentation index at: https://docs.fourthwall.com/llms.txt
Use this file to discover all available pages before exploring further.
Available objects
collection
Product collections and their contents.
product
Individual product data, pricing, images, and variants.
membership_tiers
Membership tier information, pricing, and features.
Quick overview
| Object | Description | Access |
|---|---|---|
collections | All product collections | collections[handle] |
product | Product data | Iterating over a collection’s products |
membership_tiers | All membership tiers | Direct global access |
section | Current section instance | section.id |