Skip to content
E-commerceReal-timeUpdated May 2026

Magento

Magento (Adobe Commerce) order and shipment actions

Magento (now Adobe Commerce) is the open-source enterprise e-commerce platform, and Tiny Command exposes seven actions against the Magento 2 REST API — there are no native triggers because Magento doesn't emit outbound webhooks in the core (the Magento_WebApi module is read/write only). For event-driven workflows, the standard pattern is to schedule Search Orders against a "created after" timestamp every 1–5 minutes and dedupe on order increment ID. The action surface covers the operational fulfilment cycle: Search Orders with full Magento query syntax (searchCriteria filter groups support every order attribute), Get Order (single fetch with line items, customer, shipping, billing), Get Customer, Create Invoice (full or partial), Create Shipment with tracking, Ship Order (the convenience action that auto-invoices and ships in one call when payment_action is sale), and Cancel Order. Magento auth uses an admin integration token rather than per-user OAuth — set up once in Magento admin, used for every action.

0triggers
7actions
≈ 2 minto set up
Freetier · no card
Actions

Do anything Magento can do, from a workflow.

Every action accepts dynamic inputs from upstream nodes, whether that's an AI output, a form field, or a search result.

ActionWhat it does
Cancel Magento OrderCancels an order in Magento. For "fraud detection flagged → auto-cancel" or "customer requested → cancel + refund" workflows.
Create Magento InvoiceCreates an invoice for an order — full or partial line quantities. The first step before Create Shipment for the standard fulfilment flow.
Create Magento ShipmentCreates a shipment against an invoiced order with carrier and tracking number. For "external fulfilment confirms shipment → update Magento" workflows.
Get Magento CustomerReturns a customer by ID with addresses, group, recent orders. The standard lookup for customer-context workflows.
Get Magento OrderReturns an order by ID with line items, customer, shipping/billing addresses, status. The lookup for fulfilment workflows that need richer order context.
Search Magento OrdersUses Magento's searchCriteria DSL — filterGroups with filters of field/condition_type/value. For "all orders created after X with status processing" polling workflows (since Magento doesn't emit native order webhooks).
Ship Magento OrderConvenience action — auto-invoices (if not already) and fully ships the order with tracking attached. For "external fulfilment ready → close out the order in Magento" simple workflows.
Recipes

Pre-built Magento workflows.

Clone any recipe and customize it in one click. Every recipe is fully editable.

Before you build

Three things worth knowing.

Filter at the trigger

Tiny Command counts a run the moment a trigger fires. Filtering early means only matching events spend your usage budget.

Authorize once, reuse anywhere

Connect Magento once and every workflow on your account can use its triggers and actions. You don't have to re-auth per workflow.

No JSON to read

Every Magento field shows up in the visual picker for downstream nodes. The raw payload is there for power users, optional for everyone else.

FAQ

Questions about the Magento integration.

If we missed yours, ping support. We usually reply within an hour.

How do I connect Magento to Tiny Command?
Open the Tiny Command workflow builder, drop in a Magento node, and click Connect. Authorize Magento once and any workflow on your account can use its triggers and actions. Most teams finish the connection in under two minutes.
What Magento triggers does Tiny Command support?
Tiny Command focuses on outbound actions for Magento today. Use Tiny Command's universal Webhook or Schedule trigger to start Magento workflows, then run any Magento action you need.
What Magento actions can I run from a workflow?
7 Magento actions are available out of the box, covering e-commerce operations like "Cancel Magento Order". Every action accepts dynamic inputs from upstream nodes, whether that's a search result, an AI output, or a form field.
Is the Magento integration real-time?
Magento actions execute synchronously inside your workflow. Tiny Command waits for Magento's API to confirm before continuing to the next step, so downstream nodes can rely on the result.
Do I need to write code to use Magento with Tiny Command?
No. Every Magento trigger and action is fully configurable from the visual workflow builder. For edge cases that aren't covered, drop in a custom HTTP node and call any Magento API endpoint directly.
How much does the Magento integration cost?
There's a free tier you can start on without a credit card. Higher run volumes and team features come with paid plans. The Magento integration itself has no per-app surcharge.
Related

More e-commerce apps people connect.

Same category as Magento, ordered by how often teams pair them. Hover the carousel to pause.

Do more with Magento.

Wire it to Slack, Notion, HubSpot, Stripe, or any of the other 438 apps in our catalog. Setup takes roughly two minutes. Free to try, no credit card.