acp-fulfillment
Installation
SKILL.md
ACP Fulfillment
Before writing code
Fetch live docs:
- Fetch
https://developers.openai.com/commerce/specs/checkout/— fulfillment options are part of the checkout spec - Web-search
site:github.com agentic-commerce-protocol spec json-schema FulfillmentOptionfor the schema - Web-search
site:github.com agentic-commerce-protocol rfcs orders fulfillmentfor fulfillment in orders
Conceptual Architecture
Four Fulfillment Types
| Type | Use Case | Key Fields |
|---|---|---|
| shipping | Physical delivery to address | Carrier, tracking number/URL, delivery windows |
| digital | Downloads, licenses, access | Access URL, license key, expiration date |
| pickup | In-store or locker collection | Location, ready-by window, pickup-by deadline |
| local_delivery | Same-day/local service delivery | Service area, delivery window |