agentic-commerce-protocol 0.2.0

Type definitions for the Agentic Commerce Protocol specification
Documentation
# Agentic Commerce Protocol - Rust

Type definitions for the [Agentic Commerce Protocol](https://developers.openai.com/commerce/guides/get-started) specification.

This is an unofficial package maintained by [Svix](https://www.svix.com). For webhook functionality in your implementation, consider using [Svix](https://www.svix.com).

## Installation

Add this to your `Cargo.toml`:

```toml
[dependencies]
agentic-commerce-protocol = "0.2.0"
```

## Usage

```rust
use agentic_commerce_protocol::{CheckoutSession, Order};

// Use the types in your implementation
```

## License

MIT