Add Saleor Agentic Commerce - #10
Open
rachidjarray-financedistrict wants to merge 1 commit into
Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds
saleor-agentic-commerceto the AI section.What it is: an MIT-licensed SDK that adds UCP and ACP protocol endpoints to a
Saleor storefront, so AI shopping agents can discover products, create checkout
sessions, and complete purchases.
Why it belongs here: the AI section currently covers the MCP server — reading
Saleor data from an agent. This covers the other direction: letting an agent
transact against a Saleor store. It runs entirely in the Next.js storefront layer
and consumes the same GraphQL API the storefront already uses, so no Saleor
backend changes are required.
Four packages, all published to npm: protocol core, Next.js route handlers, a
payment handler, and a dummy payment handler so the full flow can be run
end to end without any real payment setup.
Repo: https://github.com/financedistrict-platform/saleor-agentic-commerce