Type definitions for the Agentic Commerce Protocol specification
npm install agentic-commerce-protocolType definitions for the Agentic Commerce Protocol specification.
This is an unofficial package maintained by Svix. For webhook functionality in your implementation, consider using Svix.
``bash`
npm install agentic-commerce-protocol
`typescript
import { CheckoutSession, Order } from 'agentic-commerce-protocol';
// Use the types in your implementation
``
MIT