ecommerce-order-management

Consolidates marketplace orders, routes fulfillment, processes returns, and tracks deliveries.

1|Updated Jun 21, 2026
One-click install
npx skills add https://github.com/tapway/shogun-os --skill ecommerce-order-management-tapway
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ecommerce-order-management
Source: https://github.com/tapway/shogun-os/tree/main/skills/retail/ecommerce-order-management
Command: npx skills add https://github.com/tapway/shogun-os --skill ecommerce-order-management-tapway

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve? Managing orders scattered across Shopee, Lazada, TikTok, and a web store forces teams to juggle multiple dashboards, causing slow fulfillment routing, missed return windows, and poor delivery visibility for customer service. ## Core Features & Use Cases - Cross-Platform Order Consolidation: Fetches and deduplicates orders from Shopee, Lazada, TikTok, and Website into one unified order list with anomaly flagging. - Fulfillment Routing: Assigns each order to the optimal warehouse or store using configurable routing rules (nearest, inventory, cost) with pick lists and packing instructions. - Returns & Refunds: Validates return eligibility against a configurable window, generates return labels, and processes full or partial refunds. - Delivery Tracking: Polls carrier APIs for status updates, alerts on delayed shipments, and provides tracking links to customer service. - Use Case: A retail operations team runs order list --date 2026-08-14 --status pending each morning to see all pending orders across platforms, then routes high-value orders to the central warehouse and processes yesterday's return requests before the 24-hour SLA. ## Quick Start Ask the agent to list all pending orders from Shopee and Lazada for today and route them to the nearest fulfillment location.

Frequently Asked Questions about ecommerce-order-management

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I consolidate orders from Shopee, Lazada, and TikTok in one place?

Use the order list command with a date and optional platform or status filters. The consolidation script fetches orders from all connected marketplace APIs, deduplicates them, and flags anomalies in a unified order view.

How to route ecommerce orders to the nearest fulfillment location?

Run the route subcommand with an order ID to apply routing rules from routing.yaml. Strategies include nearest, inventory, and cost, with rules that send high-value or large orders to the central warehouse by default.

Can I process returns and refunds across different marketplaces?

Yes, the return subcommand validates eligibility against a configurable return window (default 14 days), generates return labels, and processes full or partial refunds. Note that each marketplace has its own return policies that must be applied per platform.

What environment variables are required for order management setup?

You need ORDER_SHOPEE_API_KEY and ORDER_LAZADA_API_KEY for marketplace access, ORDER_DB_URL for the order database, and ORDER_CARRIER_API_KEY for delivery tracking. Optional variables configure fulfillment sources, routing strategy, and return windows.

When should I not use this order management skill?

Do not use it for product listing management, price synchronization, or customer communication. Those tasks belong to dedicated listing, price-sync, and CRM bridge skills respectively.