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
🧑💻
Task library
🚀
Slack community
🤝
Partner directory
Tutorials
Core Concepts
Events
Tasks
Actions
Runs
Interacting with Shopify
Platform
🔆
Policies
Cache
Email
Events
GraphQL
Integrations
Liquid
Basics
Syntax
Data types
Variables
Comments
Filters
Operators
Control flow
Whitespace
Filters
Keyword literals
Mechanic objects
REST Admin API
Mechanic tags
Liquid console
Shopify
Webhooks
Techniques
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

Comments

Comments are an essential part of documenting your task code. In Liquid, comments are created with the comment tag.
{% comment %} This is a comment in Liquid {% endcomment %}
{% comment %}
This is a comment in Liquid
{% endcomment %}
Previous
Variables
Next
Filters
Last modified 1yr ago
Copy link
Edit on GitHub