Commerce Layer Core API — Orders
Commerce Layer Core API — Orders. Order lifecycle management: create draft orders, list orders, retrieve an order with nested line items / shipments / payments, update / place / cancel / approve / refund / archive / fulfill / capture / void / authorize orders, plus order copies and recurring order copies for subscriptions.
Commerce Layer Core API — Orders is a Naftiko capability published by Commerce Layer, one of 16 capabilities the APIs.io network indexes for this provider. It bundles 5 operations across the GET, POST, PATCH, and DELETE methods rooted at /api/orders.
The capability includes 2 read-only operations and 5 state-changing operations. Lead operation: List orders for an organization with JSON:API filters. Can be deployed as a REST endpoint, MCP tool, or Agent Skill via Naftiko.
Tagged areas include Commerce Layer, Orders, Checkout, and Order Management.
What You Can Do
MCP Tools
commerce-layer-list-orders
List orders for an organization with JSON:API filters.
commerce-layer-create-order
Create a new draft order.
commerce-layer-retrieve-order
Retrieve a single order by id.
commerce-layer-update-order
Update an order — including state transitions (place/approve/cancel/refund/archive/etc).
commerce-layer-delete-order
Delete a draft order.
commerce-layer-add-line-item
Add a line item to an existing order.
commerce-layer-create-order-copy
Create an order copy (used for subscriptions and re-orders).