agentic-commerce-protocol 0.1.7

Type definitions for the Agentic Commerce Protocol specification
Documentation

Agentic Commerce Protocol - Rust

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.

Installation

Add this to your Cargo.toml:

[dependencies]
agentic-commerce-protocol = "0.1.7"

Usage

use agentic_commerce_protocol::{CheckoutSession, Order};

// Use the types in your implementation

License

MIT