Mechanic
🧑💻 Get Mechanic!
🧑🔧 Task library
🗳 Task requests
🦾 Mechanic.dev
Ask or search…
⌃
K
Links
⛩
Introduction
💯
status.mechanic.dev
🙋
"I need something custom!"
🧑💻
"I need help with my custom task!"
🤓
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
Liquid console
Mechanic filters
Mechanic keyword literals
Mechanic objects
Action object
Cache object
Event object
Options object
Task object
Shopify REST Admin API
Article object
Blog object
Collection object
Customer object
Discount code object
Dispute object
Draft order object
Fulfillment object
Fulfillment order object
Fulfillment event object
Gift card object
Inventory item object
Inventory level object
Line item object
Location object
Metafields
Order object
Order risk object
Price rule object
Product object
Product image object
Refund object
Shipping zone object
💪
Shop object
Theme object
Theme asset object
Transaction object
Variant object
Mechanic tags
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
Comment on page
Blog object
How to access it
Use
{% for blog in shop.blogs %}
Look up specific blogs by their ID, using
{{ shop.blogs[1234567890] }}
What it contains
Every property from the Blog resource in the Shopify REST Admin API
An array of related
article objects
:
{{ blog.articles }}
The related
metafields object
:
{{ blog.metafields }}
Previous
Article object
Next
Collection object
Last modified
2yr ago