π«Price rule object
Last updated
Was this helpful?
These Shopify REST-backed Liquid objects are legacy. The product and variant Liquid objects no longer work, and Shopify is phasing out the REST Admin API that these objects depend on. Use GraphQL for new work; see the Shopify REST Admin API notice and migration guides.
Look up specific price rules by ID, using {{ shop.price_rules[12345] }}
Loop through all price rules: {% for price_rule in shop.price_rules %}
An index of related discount code objects: {{ price_rule.discount_codes }}
Last updated
Was this helpful?
Was this helpful?