When an order comes in, is it auto-routed to the supplier?
Yes — Shopify orders/create webhook → splitOrderBySupplier() → it determines which supplier ships each product → places the order via the dropshipping API → writes the tracking number back to Shopify fulfillment when received. Track each job's supplier mapping on /app/orders. Approval-first protocol: high-value orders require Telegram approval.
Was this answer helpful?