> ## Documentation Index
> Fetch the complete documentation index at: https://developers.fd.xyz/llms.txt
> Use this file to discover all available pages before exploring further.

# E-commerce Platforms

> Official Prism plugins for Saleor, Medusa, Shopware, PrestaShop, and WooCommerce — make your store payable by AI agents, no protocol code required.

AI agents are becoming the next commerce channel. Just as merchants once added a mobile app alongside their website, they'll soon need to serve autonomous agents that shop on behalf of their customers. Prism makes that a drop-in decision: install the plugin for your platform, connect your Prism account, and your store starts accepting agent payments — settled instantly in stablecoins, with zero chargebacks.

We maintain **official, open-source extensions for five of the world's leading commerce platforms** — together powering hundreds of thousands of live storefronts. If you run one of them, you're one install away from being agent-payable. If you don't, the same open protocols let you build the integration yourself.

## Supported platforms

Each extension is open-source, MIT-licensed, and maintained by Finance District. It adds agent-commerce endpoints to your store — product discovery, checkout, and on-chain settlement — using the [Universal Commerce Protocol (UCP)](/prism/concepts/commerce-protocols) and, where noted, the [Agentic Commerce Protocol (ACP)](/prism/concepts/commerce-protocols). Full install and configuration instructions live in each repository.

<CardGroup cols={2}>
  <Card title="Saleor" icon="bolt" href="https://github.com/financedistrict-platform/saleor-agentic-commerce">
    UCP + ACP for your Next.js storefront. Published as npm packages — no changes to your Saleor backend.
  </Card>

  <Card title="Medusa" icon="cube" href="https://github.com/financedistrict-platform/medusa-plugin-agentic-commerce">
    UCP + ACP as native Medusa v2 modules. Install, configure, start — no route files, no frontend.
  </Card>

  <Card title="Shopware" icon="cart-shopping" href="https://github.com/financedistrict-platform/shopware-prism-handler">
    A UCP / x402 Prism payment handler for Shopware 6.7. Zero storefront or admin UI.
  </Card>

  <Card title="PrestaShop" icon="bag-shopping" href="https://github.com/financedistrict-platform/prestashop-agentic-commerce">
    UCP + Prism payment modules for PrestaShop 1.7.8, 8.x, and 9.x.
  </Card>

  <Card title="WooCommerce" icon="wordpress" href="https://github.com/financedistrict-platform/woocommerce-agentic-commerce">
    A WordPress plugin set bringing UCP + Prism settlement to any WooCommerce 8.0+ store.
  </Card>
</CardGroup>

| Platform        | Built as                       | Protocols  | Requirements                     |
| --------------- | ------------------------------ | ---------- | -------------------------------- |
| **Saleor**      | Next.js storefront SDK (npm)   | UCP + ACP  | Saleor + a Next.js storefront    |
| **Medusa**      | Medusa v2 backend plugin (npm) | UCP + ACP  | Medusa v2, Node.js ≥ 20          |
| **Shopware**    | Shopware 6.7 plugin (PHP)      | UCP + x402 | Shopware ≥ 6.7.10, PHP ≥ 8.2     |
| **PrestaShop**  | PrestaShop modules (PHP)       | UCP + x402 | PrestaShop 1.7.8 / 8.x / 9.x     |
| **WooCommerce** | WordPress plugin set (PHP)     | UCP + x402 | WordPress 6.4+, WooCommerce 8.0+ |

<Note>
  All five extensions are available today. Each repository includes a quick-start
  guide and a wiki covering architecture, configuration, and the full request
  lifecycle.
</Note>

## How an integration works

However you install it, every Prism extension follows the same three-step path from install to your first agent payment:

<Steps>
  <Step title="Install the extension for your platform">
    Add the plugin, module, or SDK from the platform's repository above — npm for
    Saleor and Medusa, a plugin/module install for Shopware, PrestaShop, and
    WooCommerce.
  </Step>

  <Step title="Connect your Prism account">
    Generate a **Project Identify Token** in the [Prism Console](/prism/production/console)
    and drop it into the extension's configuration. This links agent payments to
    your merchant account and settlement address.
  </Step>

  <Step title="Go live">
    Your store now advertises a `/.well-known/ucp` profile. Agents discover your
    catalog, create a checkout, and pay — Prism settles the stablecoin payment
    on-chain and hands your store a confirmed, final order. No chargebacks, no
    intermediaries.
  </Step>
</Steps>

Prism handles all the token, chain, and x402 math behind the scenes — the extension only relays. See [How It Works](/prism/concepts/how-it-works) for the full transaction lifecycle.

## Don't see your platform?

The extensions above are convenience layers over open protocols — nothing about agent commerce is locked to a specific platform. If you run a custom stack or a platform we don't yet cover, you can build the integration yourself with the same APIs and be in production quickly.

<Card title="Custom Integrations" icon="puzzle-piece" href="/prism/platforms/custom">
  Make any store agent-payable with the Prism APIs, server-side SDKs, and the
  pluggable payment-handler interface our official extensions are built on.
</Card>
