checkoutkit
v0.2.0
Published
CLI for CheckoutKit — scaffold, validate feeds, and run the ACP conformance suite
Maintainers
Readme
checkoutkit
Command line tools for the Agentic Commerce Protocol.
npx checkoutkit --helpCheck a merchant against the protocol
npx checkoutkit conformance https://store.example.com/acp --item sku_123Exits 0 when every required check passes, 1 when one fails, 2 on usage errors —
so it drops straight into CI. --badge emits a shields.io payload, --json the
full report.
It never calls /complete, and cancels every session it creates.
Validate a feed before publishing
npx checkoutkit validate feed ./products.json --strictReports every problem with the row and JSONPath that caused it.
Scaffold an integration
npx checkoutkit init merchant --adapter next
npx checkoutkit init agentWrites a CommerceBackend stub and the route wiring for your framework. It will
not overwrite existing files.
CheckoutKit is an independent community implementation of the Agentic Commerce Protocol. It is not affiliated with, sponsored by, or endorsed by OpenAI or Stripe.
Part of CheckoutKit · Apache-2.0
