Shopify
10 results — all source-linked n8n references
Restyle seasonal Shopify product images with dreem.ai and Slack
Quick overview Shopify product photos that still look like summer in October cost conversions .This workflow automates the seasonal restyle: tag the products you want refreshed, set the season's model, pose, and styling once per flip, and on the day the whole batch gets new-season product photos from Dreem AI. How it works A schedule trigger fires March 1 (spring/summer) and September 1 (autumn/winter) at 09:00. Fetches all products from Shopify and keeps only those whose tags include seasonal-restyle. The Dreem node renders each product's first image on the model and pose you set for the season. Add styling image URLs (coat, scarf, knitwear) and Dreem dresses the look around your product. Waits for dreem.ai to call back within 20 minutes and checks whether the render status is completed. The seasonal shot is appended to each product; existing images stay. An optional second row renders a male-model version. If the render does not complete in time, posts a “skipped” message for that product to a Slack channel. After the batch finishes, posts a “catalog restyle complete” message to Slack. Setup Add Shopify Admin API access-token credentials with read_products and write_products perm
Generate multi-angle on-model Shopify product photos with Dreem.ai
Quick overview A Shopify product page with only one photo reads like a listing nobody finished. This workflow runs weekly to find Shopify products that have only one image, generates multi-angle on-model photos with Dreem.ai from that image and adds the new photos back to the product in Shopify. How it works A schedule trigger runs the audit every Monday at 09:00. Change the cadence in one click. The catalog is pulled and filtered down to products with exactly one image. The Dreem node renders the product on your chosen virtual model in the poses you pick - add 2-3 shot codes for a real multi-angle set. Each render calls the workflow back when ready (up to 20 minutes per product). Timed-out products are skipped, posted to Slack, and retried next Monday. New shots are appended to the product, keeping the original photo. Once a product has more than one image it drops out of next week's scan, so the loop is safe by design. Posts an “audit complete” message to Slack after all eligible products have been processed. Setup Add Shopify Admin API access token credentials with read/write product permissions and select them for the Shopify steps. Add a Dreem.ai API key credential, then set t
Create Shopify product videos from tagged photos with Dreem.ai and Slack
Quick overview This workflow turns a product photo into a short product video with Dreem AI. Tag a product dreem-video in Shopify and the finished clip arrives in Slack for approval, then lands in the product's media. How it works The workflow fires when a product update carries the tag dreem-video. The tag is swapped immediately so the workflow cannot re-trigger itself. The Dreem node animates the product's newest image into a 5-10 second video. Use an on-model photo for best results. Dreem renders in the background (up to 20 minutes) and calls the workflow back. The video link posts to Slack with Upload / Skip buttons. No click within 12 hours counts as Skip - nothing reaches the store without a yes. Posts the finished video link to Slack and sends an approval message with buttons to either upload the video to Shopify or skip. If approved, downloads the video file, creates a staged Shopify upload via the Shopify Admin GraphQL API, uploads the video to the staged target, and attaches it to the product’s media. If rendering times out or does not complete, posts a timeout message to Slack and stops without uploading anything to Shopify. Setup Add a Shopify Admin access token credent
Generate studio and on-model product photos for new Shopify products with Dreem AI
Quick overview This workflow turns every new Shopify product into a complete photo set with Dreem.ai: studio product shots plus an on-model render, generated from one photo and added straight back to the listing. Optional Slack approval before anything goes live. How it works A Shopify webhook fires on every new product. Products without a photo are skipped. The Dreem node renders your chosen shot types from the product's first image (defaults: flat lay + ghost mannequin). The first generated product shot becomes the garment input for the on-model render - a clean studio input instead of your raw upload - on the talent and pose you pick. Each render calls the workflow back when ready. Product shots + on-model shot are appended to the product, keeping existing photos. An optional second row adds back-view shots. Setup Add a Shopify Admin access token credential with read_products and write_products scopes and select it in the Shopify trigger and update nodes. Install the Dreem community node and add a Dreem API key credential (dreem_pk_...) to the Dreem generate nodes. Ensure new Shopify products include at least one image (and a second image if you plan to enable back-shot generati
Create on-model Shopify product photos with Dreem AI and Slack approvals
Quick overview This workflow fires when a new Shopify product is created, renders it on a virtual model with Dreem.ai, and appends the shot back to the product - with optional Slack posting and approval. How it works A Shopify webhook fires when a product is created. Products without a photo are skipped. The Dreem node renders the product's first image on your chosen virtual model and pose (400+ talents, 700+ poses). A second product image is used as the back reference for accurate back-facing renders. Dreem renders in the background and calls the workflow back. Optional: enable the disabled Slack nodes for an Approve / Reject step before anything goes live. The on-model shot is appended to the Shopify product, keeping existing photos. Setup Add a Shopify Admin API access token credential with at least read_products and write_products scopes. Install the Dreem community node and add a Dreem API key credential (dreem_pk_...). In the Dreem step, set the talentId and shotCodes you want to use and ensure your products include a front image (and optionally a second image for back reference). (Optional) Add a Slack OAuth2 credential, enable the disabled Slack steps, and select the target
Generate studio product photos for new Shopify products with Dreem AI
Quick overview This workflow triggers on new Shopify products, generates studio-style product shots from one product image using Dreem.ai and appends the rendered images back to the Shopify product listing, with optional Slack posting and approval before publishing. How it works A Shopify webhook fires when a product is created. Products without a photo are skipped. he Dreem node generates your chosen shot types (defaults: flat lay + ghost mannequin) from the product's first image. Sends the product’s first image (and optionally a second/back image URL) to Dreem AI to generate the configured product shot types and provides an n8n callback URL. Waits for Dreem AI to call back with the render result and verifies the render status is completed. Optionally posts the generated image links to Slack and waits for an Approve/Reject response. Finished shots are appended to the product, keeping existing photos. An optional second row renders back-view shots from the product's second image. Setup Install the Dreem community node and add a Dreem API key credential (dreem_pk_...) to the Dreem generate nodes. Add a Shopify Admin access token credential with read_products and write_products scope
Automatic Shopify Order Fulfillment Process
This workflow automates the Mark as Fulfilled action in Shopify for each order, ensuring a seamless fulfillment process without manual intervention. How It Works This workflow retrieves all unfulfilled orders and processes their fulfillment automatically. Since Shopify requires a Fulfillment Order ID (not Order ID) to trigger fulfillment, the workflow follows these steps: 1️⃣ Get all unfulfilled orders using the Shopify node. 2️⃣ Retrieve the Fulfillment Order ID using the "List Fulfillment Orders" action. 3️⃣ Create a fulfillment request using "Mark fulfillment order as fulfilled." 4️⃣ Handle edge cases, such as partially fulfilled orders or API errors. This ensures that every valid order is marked as fulfilled efficiently. 🔗 Ongoing discussions on this topic: Relevant Shopify API Discussion Step-by-step The workflow can be run as requested or on schedule You can adjust these parameters within the Shopify and filter nodes: Shopify Admin URL – A Global node to customize the Shopify store URL. To find your Shopify store ID, login into your Shopify admin, then look at the URL in your browser's address bar, the subdomain portion (e.g., example_store_id.myshopify.com) is your store ID
Shopify Orders to D365 Business Central Sales Orders / Sales Invoices
Workflow Information 📌 Purpose 🎯 The intention of this workflow is to integrate New Shopify Orders into MS Dynamics Business Central: Point-of-Sale (POS):** POS orders will be created in Business Central as Sales Invoices given no fulfillment is expected. Web Orders:** This type of orders will be created as Business Central Sales Orders. How to use it 🚀 Edit the "D365 BC Environment Settings" node with your own account values (Company Id, Tenanant Id, Tax & Discount Items). Go to the "Shopify" node and edit the connection with your environment. More help here. Go to the "Lookup Customers" node to edit the Business Central connection details with your environment settings. Set the required filters on the "Shopify Order Filter" node. Edit the "Schedule Trigger" node with the required frequency. Useful Workflow Links 📚 Step-by-step Guide/ Integro Cloud Solutions Business Central REST API Documentation Video Demo Need Help? Contact me at: ✉️[email protected] 📥 https://www.linkedin.com/in/greg-lopez-08b5071b/
Update Shopify order tags when a Onfleet event happens
Summary Onfleet is a last-mile delivery software that provides end-to-end route planning, dispatch, communication, and analytics to handle the heavy lifting while you can focus on your customers. This workflow template automatically updates the tags for a Shopify Order when an Onfleet event occurs. Configurations Update the Onfleet trigger node with your own Onfleet credentials, to register for an Onfleet API key, please visit https://onfleet.com/signup to get started You can easily change which Onfleet event to listen to. Learn more about Onfleet webhooks with Onfleet Support Update the Shopify node with your Shopify credentials and add your own tags to the Shopify Order
Get all orders in Shopify
Companion workflow for Shopify node docs