agentic-commerce-protocol

Crates.ioagentic-commerce-protocol
lib.rsagentic-commerce-protocol
version0.2.0
created_at2025-10-01 18:05:26.361164+00
updated_at2025-10-02 22:52:30.684282+00
descriptionType definitions for the Agentic Commerce Protocol specification
homepagehttps://developers.openai.com/commerce/guides/get-started
repositoryhttps://github.com/svix/agentic-commerce-protocol
max_upload_size
id1863133
size30,922
Tom Hacohen (tasn)

documentation

README

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.2.0"

Usage

use agentic_commerce_protocol::{CheckoutSession, Order};

// Use the types in your implementation

License

MIT

Commit count: 0

cargo fmt