Getting started
An overview of the Domain-Specific Language (DSL) used for defining rules and their respective conditions and actions within the Commerce Layer Rules Engine
The Commerce Layer Rules Engine is a Domain-Specific Language (DSL) used for defining rules that can support from the simplest to the most complex logic. The rules can be evaluated against a specific payload to check if the requested conditions are met so that the respective actions will be applied.
Core API integration
The Rules Engine is currently integrated with Commerce Layer Core API to enable the creation and management of a super-flexible promotional system that covers a wide set of use cases.
The Rules Engine integration is currently enabled for a subset of resources: at the moment promotions and price lists are available (more to come).
When defining fields and selectors for the conditions and actions of a rule, use the dot notation to navigate the relationship tree down to the desired attribute or related resource of Commerce Layer Core API. For more information explore the data model and API reference, or double-check the public resources schema.
The Rules Engine integration is still in beta and available only to our enterprise customers. If you're one of them and want to test and leverage its functionalities reach out to us and request to be part of the beta program.
LLM-friendly text files
Large Language Models are becoming increasingly important for information retrieval and knowledge assistance. To make the Rules Engine documentation content available in text-based formats that are easier for LLMs to process, ingest, and work with, you can leverage the following llms.txt files.
Index — contains an index of all the page URLs and titles of the Rules Engine docs site, providing a comprehensive list of all available markdown-formatted pages:
https://docs.commercelayer.io/rules-engine/llms.txtFull content — contains the full content of the Rules Engine docs site in one file that can be passed to LLMs as context:
https://docs.commercelayer.io/rules-engine/llms-full.txtMCP server
Model Context Protocol gives AI tools a structured way to discover and retrieve your docs as resources — no scraping required. To allow AI assistants to access the Rules Engine documentation content directly, making it easy for tools like Claude Desktop, Cursor, and VS Code extensions to answer questions using the docs, we expose via HTTP an MCP server at the following URL:
https://docs.commercelayer.io/rules-engine/~gitbook/mcpVisiting the URL above in your browser will result in an error. Instead, you can share this with tools that can make HTTP requests, like LLMs or IDEs.
Last updated

