Elevator pitch
Real-time Shopify order management dashboard with unified refunds and fulfillment tracking.
Industry
E-commerce Operations & Fulfillment
Problem
- Manual order status checks across multiple Shopify screens slow operations.
- Refund and fulfillment disputes lack centralized visibility and audit trails.
Solution
- Consolidated dashboard displays orders, refunds, and fulfillment status in one view.
- Automated status sync and actionable alerts reduce manual intervention.
Tools
shopify-orders-fetch: Query orders by date range, status, customer (returns paginated list).shopify-refunds-processor: Create, approve, or cancel refunds with reason tracking.shopify-fulfillment-tracker: Fetch fulfillment status and update shipment tracking numbers.shopify-webhook-listener: Subscribe to order/refund/fulfillment events (returns event stream).
Widgets
/dashboard: Order summary cards, refund queue, fulfillment timeline./order/:id: Detailed order view with refund history and fulfillment milestones.
Conversation starters
- "Show me all pending refunds from the last 7 days with customer names."
- "Update fulfillment status for order #12345 and notify the customer."