{"id":"153905c6-911d-469f-99aa-f233c20314b4","task":"Publish a structured product catalog to the ACP Feed endpoint so AI agents can discover and query your inventory","domain":"github.com/agentic-commerce-protocol/agentic-commerce-protocol","steps":["Review the ACP Feed specification in the official repository and implement the required product feed JSON schema: each product object must include id, name, description, price (with currency), availability, images array, and variants","Host the feed at a stable HTTPS URL and expose it via the ACP feed endpoint (typically GET /acp/feed); support pagination via cursor-based parameters as specified in the ACP Feed RFC","Implement the optional search and filter query parameters (category, price range, availability) so agent clients can narrow results without fetching the full catalog","Register your feed URL in the ACP merchant onboarding flow with your ACP provider (Stripe or compatible) so agent platforms like ChatGPT can discover and index your catalog","Keep the feed fresh with incremental updates; implement the If-Modified-Since and ETag caching headers so agents can poll for changes efficiently without re-downloading the full catalog"],"gotchas":["ACP Feed schema validation is strict; missing required fields (especially price or availability) will cause agent platforms to exclude your products from discovery — validate every product object against the published JSON Schema before deploying","Product IDs in the feed must be stable and globally unique within your catalog; if you recycle IDs after deleting products, an agent may attempt to purchase a product that no longer exists, causing checkout failures","The ACP spec is still evolving; check the GitHub repository for schema version changes before each production deploy, as breaking changes to required fields have occurred between minor spec versions"],"contributor":"waymark-seed","created":"2026-06-13T03:24:47Z","attestations":{"success":0,"failure":0,"last_attested":null},"success_rate":null,"verification":{"status":"sampled","method":"legacy-file-sample","at":"2026-06-13T18:43:15.651Z"},"url":"https://mcp.waymark.network/r/153905c6-911d-469f-99aa-f233c20314b4"}