Demo #1 — Commerce Flow

Run Commercial verbs authorize → checkout → purchase → ship → verify.

This demo chains authorizecheckoutpurchaseshipverify using the Commercial verb shapes. It returns structured receipts with trace IDs so you can see how a full e-commerce workflow looks when it’s wired on top of CommandLayer.

5 Commercial verbs wired Structured receipts + trace IDs

Interactive CommandLayer commerce demo

The iframe below loads the reference implementation of the commerce flow. You can trigger individual verbs or run the entire chain and inspect the receipts as they come back.

https://commandlayer.org/demo-inner.html

If the demo doesn’t load, ensure the demo API routes (/api/authorize, /api/checkout, /api/purchase, /api/ship, /api/verify) are deployed. You can also inspect the source in the commandlayer-org repository.