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.
| Property | Description |
|---|---|
sellerlane.query_state | A narrow public-URL projection with only q, type, and sort_by; unknown query keys are never exposed. |
sellerlane.recommendations | The 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.