order-management-system

order-management-system is a skill for Claude Code, Codex from finsilabs/awesome-ecommerce-skills. It costs 26 tokens per session (2,804 once invoked), scanned A, original, MIT.

A design guide for an order management system, software that tracks orders from checkout through delivery across warehouses and suppliers.

In plain words
What is it for?
Use it to design order routing, multi-location fulfillment, separate shipments, backorder handling, integrations with warehouses or suppliers, and an audit trail of order changes.
Why use it?
It helps coordinate multiple fulfillment locations, split shipments, backorders, and order history instead of forcing every order through one warehouse process.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: mentions Codex; mentions Gemini CLI; mentions OpenCode.

Good fit Use it to design order routing, multi-location fulfillment, separate shipments, backorder handling, integrations with warehouses or suppliers, and an audit trail of order changes.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/finsilabs/awesome-ecommerce-skills/order-management-system
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add finsilabs/awesome-ecommerce-skills --skill order-management-system
Clone the repo
git clone --depth 1 https://github.com/finsilabs/awesome-ecommerce-skills

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for order-management-system

README.md
[![agentmods](https://agentmods.dev/badge/skills/finsilabs/awesome-ecommerce-skills/order-management-system/github.svg)](https://agentmods.dev/skills/finsilabs/awesome-ecommerce-skills/order-management-system)
Your own site
<a href="https://agentmods.dev/skills/finsilabs/awesome-ecommerce-skills/order-management-system"><img src="https://agentmods.dev/badge/skills/finsilabs/awesome-ecommerce-skills/order-management-system/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for order-management-system

Your own site · 80×15
<a href="https://agentmods.dev/skills/finsilabs/awesome-ecommerce-skills/order-management-system"><img src="https://agentmods.dev/badge/skills/finsilabs/awesome-ecommerce-skills/order-management-system.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 26 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,804 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00026 $0.02804
Opus 5 $0.00013 $0.01402
Sonnet 5 $0.00005 $0.00561
Haiku 4.5 $0.00003 $0.00280

Measured 11d ago against content hash 604f043fa58b, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

order-management-system scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 11d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/business-operations/order-management-system/SKILL.md · 255 lines

How it starts

The opening of the file, as written. The whole thing — 255 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Order Management System

Overview

An Order Management System (OMS) handles the full order lifecycle from placement to delivery: routing orders to the right fulfillment source (own warehouse, 3PL, or dropship supplier), splitting orders when items must ship from multiple locations, handling backorders, and maintaining a complete audit trail. For most merchants, platform-native features plus a shipping app cover 80–90% of OMS needs. A custom OMS is warranted when you have multiple fulfillment locations, complex routing rules, or are building a platform for other brands.

When to Use This Skill

  • When your order volume has outgrown a single-warehouse workflow and you need multi-location routing
  • When orders that mix in-stock and out-of-stock items need to ship in separate shipments without blocking fulfillment
  • When integrating multiple fulfillment sources (own warehouse, 3PLs, dropship suppliers) into a unified routing engine
  • When building the core order processing pipeline for a new platform that will support high order volume
  • When you need a complete audit trail of every order state change for customer service and finance

Core Instructions

Step 1: Determine your platform and choose the right OMS approach

Scenario Recommended Approach Why
Single warehouse, Shopify Shopify + ShipStation ShipStation handles order management, label creation, and tracking natively
Multi-location, Shopify Shopify Locations + ShipStation or Shopify Fulfillment Network Shopify supports up to 10 locations; ShipStation routes to the right location based on rules
3PL integration ShipBob, Whiplash, or Flexport + your platform's app Each 3PL has native apps for Shopify, WooCommerce, and BigCommerce
Complex routing + backorders Skubana (Extensiv), Linnworks, or ShipHero These purpose-built OMS tools handle multi-warehouse routing, backorder queues, and split shipments
Custom / Headless Build an OMS state machine + integrate Shippo/EasyPost for labels Full control over routing rules, state transitions, and audit trail

Read the full file on GitHub · 255 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 11d ago First seen · 255 lines · 26 tokens per session scan A 604f043fa58b

Subscribe to this mod's changes

order-management-system is a skill published in the GitHub repository finsilabs/awesome-ecommerce-skills (52 stars, last pushed 6mo ago), licensed MIT. It adds 26 tokens to every session and 2,804 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

commerce-order-management

Use this skill for Salesforce Order Management (OMS) tasks: order lifecycle, OrderSummary creation and status, FulfillmentOrder creation and routing, returns, exchanges, cancellations, and platform event subscriptions. Trigger keywords: order management, OrderSummary, FulfillmentOrder, ReturnOrder, ensure-funds…

PranavNagrecha/AwesomeSalesforceSkills · 112 tokens

commerce-order-management

Use this skill for Salesforce Order Management (OMS) tasks: order lifecycle, OrderSummary creation and status, FulfillmentOrder creation and routing, returns, exchanges, cancellations, and platform event subscriptions. Trigger keywords: order management, OrderSummary, FulfillmentOrder, ReturnOrder, ensure-funds…

BanibrataChatterjee/AwesomeSalesforceSkills · 103 tokens

convex-billing

Add Stripe billing/payments to the Convex app via @convex-dev/stripe (checkout + webhook + gating).

openclaw/clawhub · 29 tokens

cloudbase-wechat-integration

A guide for connecting CloudBase applications to WeChat services, including payments, official accounts, and user identity.

TencentCloudBase/CloudBase-AI-Toolkit · 94 tokens

commerce-app-business-config

Manage custom business configuration in an Adobe Commerce app. Use when the user wants to add, modify, or remove merchant-configurable settings (config fields, admin config, store configuration) exposed through Commerce Admin. Creates typed config fields (text, password, email, url, tel, boolean, list) in…

adobe/skills · 80 tokens

baselinker-webhooks

Receive BaseLinker (Base.com) webhooks. Use when building a BaseLinker order or warehouse callback receiver, because BaseLinker is not a normal webhook source: deliveries arrive as HTTP HEAD requests with NO body, the entire payload is in the query string (observed params: orderid, state), there is NO signature…

hookdeck/webhook-skills · 131 tokens