Run Commercial verbs authorize → checkout → purchase → ship → verify.
This demo chains authorize → checkout
→ purchase → ship → verify
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.
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.
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.