Skip to content
Log in

Developer Reference

Technical reference for developers building on StoreConnect — Liquid templates, object schemas, APIs, and integration patterns.

Working with Liquid

Analytics and conversion tracking with Customer Events

Use StoreConnect Customer Events to fire analytics and advertising tracking calls — such as Google Analytics 4 and the Meta (Facebook) Pixel — when...

Liquid Objects

Complete index of Liquid objects you can reference in StoreConnect themes, from Account and Cart to Product, Order, Subscription, and over 90 other...

Liquid Filters

Index of all Liquid filters available in StoreConnect for transforming output — covering collections, dates, lists, maps, numbers, records, text, t...

Liquid Tags

Reference of all StoreConnect Liquid tags for template structure, variables, data querying, forms, pagination, caching, HTTP responses, controller ...

Liquid Forms

Index of all Liquid form types available in StoreConnect, including account registration, cart, checkout, payment, booking attendees, geolocation, ...

Liquid Variables

Two collection variable types are available in StoreConnect Liquid: List for in-memory collections and PaginatedList for server-side paginated resu...

Liquid Controllers

Reference of all Liquid controllers with their HTTP verbs, actions, and URL paths for accounts, authentication, checkout, bundles, orders, subscrip...

Global Variables

Define and reference Liquid theme controller variables that are accessible across all pages, templates, and content blocks. Covers static and dynam...

Liquid Session Variables

Store and retrieve temporary key-value data that persists across pages during a user's browsing session. Set values with the session tag and re...

Liquid query

Fetch Salesforce records directly inside a Liquid template with the query tag. Supports filtering by standard fields, custom fields and custom data...

Liquid Theme Resources

Manage JavaScript, CSS, and static assets in your theme using resource templates, the require tag, and manifest.json for versioned cache-busting. O...

Compiling Liquid Theme Resources

Build, watch, and compile theme scripts, styles, and files using Node.js and esbuild. Covers install, build commands, production builds, clean rebu...

Add custom data fields to your store

Map Salesforce custom fields to Liquid templates and enable read/write data sync, including compound fields, multi-picklists, and Person Account wr...