ce-orders

Automate Commerce Engine order workflows from creation to refunds.

Updated Feb 7, 2026
One-click install
npx skills add https://github.com/tark-ai/ce-starter-projects --skill ce-orders-tark-ai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ce-orders
Source: https://github.com/tark-ai/ce-starter-projects/tree/main/.agents/skills/ce-orders
Command: npx skills add https://github.com/tark-ai/ce-starter-projects --skill ce-orders-tark-ai

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Commerce Engine order management coordinates creating, listing, detailing, shipping tracking, payment status checks, cancellations, and refunds across storefront and admin workflows.

Core Features & Use Cases

  • Create and fetch orders from carts, including shipments and payment flows.
  • List and detail orders, track shipments, and monitor payment status.
  • Cancel orders within allowed window and handle refunds via admin portal.

Quick Start

Create an order from a prepared cart and retrieve its status and shipments as needed.

Frequently Asked Questions about ce-orders

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

FAQPage Schema
How do I automate order management workflows in Commerce Engine?

You can create an order from a prepared cart in Commerce Engine, then retrieve its status, shipments, and payment details as needed. This end-to-end workflow handles checkout and order history scenarios automatically without manual data entry.

Can I process order cancellations and refunds through an admin portal?

Yes, you can cancel orders within the allowed cancellation window and handle refunds directly via the admin portal. The workflow validates eligibility and processes refund transactions within Commerce Engine payment flows.

How do I track shipments and poll payment status for orders?

Tracking shipments and polling payment status requires retrieving order details and monitoring the payment flow within Commerce Engine. The system continuously polls payment status and updates shipment tracking data for active orders.

Does this order management SDK support both storefront and admin workflows?

Yes, the order management SDK supports both storefront and admin workflows within Commerce Engine. It handles checkout, order history, and refunds scenarios across both interfaces using a unified order data retrieval and creation process.

What is the best way to create orders from existing carts in Commerce Engine?

The best way to create orders from existing carts is using the automated order creation workflow. This transitions prepared cart data into complete orders, automatically initializing shipments and payment flows for immediate tracking and status polling.