b2c-ordering

Installation
SKILL.md

B2C Ordering

The OrderMgr API provides order creation, status management, and querying. Understanding the order lifecycle is essential for checkout implementation and order processing.

Order Lifecycle

Orders progress through these statuses:

Basket → CREATED → NEW → (COMPLETED or CANCELLED or FAILED)
Status Description Can Transition To
CREATED Order created, not yet placed NEW, FAILED
NEW Order placed, awaiting fulfillment OPEN, COMPLETED, CANCELLED, FAILED
OPEN Order in processing COMPLETED, CANCELLED
COMPLETED Order fulfilled -
CANCELLED Order cancelled NEW (via undoCancel)
Related skills

More from salesforcecommercecloud/b2c-developer-tooling

Installs
73
GitHub Stars
42
First Seen
Feb 21, 2026