Mechanic
🧑💻 Get Mechanic!
🧑🔧 Task library
🗳 Task requests
🦾 Mechanic.dev
Search
⌃
K
Links
⛩
Introduction
💯
status.mechanic.dev
🙋
"I need something custom!"
🤓
Hire a Mechanic developer
Resources
⬇
Install Mechanic
🧑💻
Task library
🚀
Slack community
🤝
Partner directory
Tutorials
Core Concepts
Events
Tasks
Actions
Runs
Interacting with Shopify
Platform
🔆
Policies
Cache
Email
Error handling
Events
GraphQL
Integrations
Liquid
Basics
Syntax
Data types
Variables
Comments
Filters
Operators
Control flow
Condition
Iteration
Whitespace
Filters
Keyword literals
Mechanic objects
Shopify REST Admin API
Mechanic tags
Liquid console
Shopify
Webhooks
Techniques
Preventing action loops
Writing a high-quality task
Tagging Shopify resources
Debouncing events
Responding to action results
Working with external APIs
Finding a resource ID
Migrating templates from Shopify to Mechanic
Securing Mechanic webhooks
Monitoring Mechanic
FAQ
Powered By
GitBook
Control flow
In Liquid,
control flow
determines what code is evaluated. By using control flow tags, developers can use logic to activate different parts of code, and skip over other parts.
Control flow can be determined using
conditions
, or by
iteration
.
Previous
Operators
Next
Condition
Last modified
2yr ago