Skip to content

sellerlane

The global sellerlane object contains features that are intentionally outside Shopify’s portable Liquid contract. Namespacing prevents collisions when Shopify adds new standard fields.

PropertyDescription
sellerlane.query_stateA narrow public-URL projection with only q, type, and sort_by; unknown query keys are never exposed.
sellerlane.recommendationsThe source passed to Sellerlane’s live recommendation filters.

sellerlane.query_state contains no CSRF token, cookies, headers, preview capabilities, customer identity, or arbitrary query values. Prefer standard resource fields such as search.terms and collection.sort_by when available.