| Crates.io | agentic-commerce-protocol |
| lib.rs | agentic-commerce-protocol |
| version | 0.2.0 |
| created_at | 2025-10-01 18:05:26.361164+00 |
| updated_at | 2025-10-02 22:52:30.684282+00 |
| description | Type definitions for the Agentic Commerce Protocol specification |
| homepage | https://developers.openai.com/commerce/guides/get-started |
| repository | https://github.com/svix/agentic-commerce-protocol |
| max_upload_size | |
| id | 1863133 |
| size | 30,922 |
Type definitions for the Agentic Commerce Protocol specification.
This is an unofficial package maintained by Svix. For webhook functionality in your implementation, consider using Svix.
Add this to your Cargo.toml:
[dependencies]
agentic-commerce-protocol = "0.2.0"
use agentic_commerce_protocol::{CheckoutSession, Order};
// Use the types in your implementation
MIT