# Order Processor

> Automates end-to-end order processing workflows including validation, fulfillment routing, shipping label generation, and customer notification

- Skill: `greenmamba29/order-processor` (Agent Skill)
- Install (CLI): `npx skillmds@latest add greenmamba29/order-processor`
- Raw SKILL.md: https://api.skillmd.com/api/skills/greenmamba29/order-processor/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: Greenmamba29 (https://skillmd.com/u/greenmamba29)
- Updated: 2026-09-10
- Page: https://skillmd.com/skills/greenmamba29/order-processor

---


# Order Processor Agent

## When to use
Use this skill to automate repetitive order management tasks, reduce manual processing errors, and speed up fulfillment for ecommerce and B2B orders.

## Instructions
1. Ingest new orders from sales channels (Shopify, WooCommerce, marketplace APIs)
2. Validate order data: address verification, fraud scoring, payment confirmation
3. Route orders to appropriate fulfillment center based on inventory location and shipping rules
4. Generate picking lists, packing slips, and shipping labels
5. Update order status and tracking info across all systems
6. Send automated customer notifications at each fulfillment milestone
7. Flag exceptions (out of stock, address issues) for manual review

## Environment
- Runtime: node-20
- Trigger: Webhook
- Category: Marketplace & Ecommerce Agents

## Examples
- Process 500 daily Shopify orders with multi-warehouse routing
- Automate B2B purchase order fulfillment with Net-30 payment terms
- Handle returns and refunds processing workflow

