Layers supports automatic sequence creation through configurable metafields. You can configure which metafields trigger automatic sequence creation through the dashboard at Settings > Sequences.Documentation Index
Fetch the complete documentation index at: https://docs.uselayers.com/llms.txt
Use this file to discover all available pages before exploring further.
Configuration options
Each sequence metafield configuration requires:- Namespace: The metafield namespace (e.g.,
layers,custom) - Key: The metafield key (e.g.,
global_sequence,related_products) - Type: Must be
list.product_referencein Shopify - Includes current product: Whether the metafield value already contains the current product
Default configuration
By default, Layers recognizes thelayers.global_sequence metafield:
Custom configurations
You can add additional metafield configurations for different use cases. For example, a “related products” metafield:Auto: {namespace}.{key} (e.g., “Auto: custom.related_products”).
This feature is currently in beta and only processes during bulk operations, not during incremental product updates.