For the complete documentation index, see llms.txt. This page is also available as Markdown.

🚫Price rule object

How to access it

  • Look up specific price rules by ID, using {{ shop.price_rules[12345] }}

  • Loop through all price rules: {% for price_rule in shop.price_rules %}

What it contains

Last updated

Was this helpful?