Shopify Liquid Template Asset Upload
detail.loadingPreview
This workflow uploads a Liquid template file and an associated image to a Shopify theme using the GraphQL API.
🚀Ready to Deploy This Workflow?
About This Workflow
Shopify Liquid Template Asset Upload
This workflow automates the process of uploading a Liquid template file (e.g., campaign.liquid) and an associated image to your Shopify theme. It utilizes the Shopify GraphQL API to handle these operations, as the standard n8n Shopify node does not support theme asset uploads.
Key Features
- Triggers on data changes from a webhook.
- Dynamically sets values for Shopify subdomain, theme ID, filename, and content.
- Uploads images to Shopify using the GraphQL API.
- Updates or creates Liquid template files within the Shopify theme.
- Includes conditional logic to process updates based on specific criteria.
- Provides comprehensive API documentation links for reference.
How To Use
- Configure Webhook: Set up the
Call from Baserowwebhook to receive data changes. - Set Values: Update the
Set values here!node with your Shopify subdomain, theme ID, and desired filename. - Configure Credentials: Ensure your Shopify API credentials (Header Auth or Shopify Access Token) are correctly set up in n8n.
- Adjust API Endpoints: Update
$env.API_ENDPOINTand$env.BASE_URLin the relevant nodes to match your Shopify store's API endpoints. - Monitor and Test: Trigger the webhook and monitor the workflow execution to ensure assets are uploaded and templates are updated correctly.
Apps Used
Workflow JSON
{
"id": "88c26646-6079-402c-b397-d4f327760fe0",
"name": "Shopify Liquid Template Asset Upload",
"nodes": 0,
"category": "Shopify Integrations",
"status": "active",
"version": "1.0.0"
}Note: This is a sample preview. The full workflow JSON contains node configurations, credentials placeholders, and execution logic.
Get This Workflow
ID: 88c26646-6079...
About the Author
SaaS_Connector
Integration Guru
Connecting CRM, Notion, and Slack to automate your life.
Statistics
Verification Info
Related Workflows
Discover more workflows you might like
Community Contributed Shopify Template (Unverified)
A template for community-contributed Shopify products, with unverified status.
Robust Concurrency Control for n8n Workflows with Redis
Prevent simultaneous execution of critical n8n workflows or tasks using a centralized, Redis-backed locking mechanism. This reusable utility workflow ensures data integrity and resource management by allowing other workflows to acquire, check, and release locks.
Telegram Profanity & Toxicity Filter
This n8n workflow automatically monitors incoming Telegram messages for profanity and toxic language. It leverages Google's Perspective API to analyze message content, and if a message is deemed inappropriate, the workflow sends an automated warning response back to the sender.
Automated Multi-Platform Social Media Publisher
Streamline your social media content creation and publishing with this n8n workflow. Simply fill out a web form with your caption, media (image or video), and target platforms, and let n8n automate the posting process across multiple social networks.
Universal CSV to JSON API Converter
Effortlessly transform CSV data into structured JSON with this versatile n8n workflow. Integrate it into any application as a custom API endpoint, supporting various input methods including file uploads and raw text.
Automate DOCX to PDF Conversion and Save Locally
This workflow automates the process of converting a Microsoft Word DOCX file to a PDF document. It downloads a source DOCX file, uses ConvertAPI to perform the conversion, and then saves the resulting PDF file directly to your local disk.