Adapters Registry
Merchant adapters available for @agorio/sdk. To list your own, open a PR following the adapter
SDK guide (docs/guides/adapter-sdk.md in the repository) and see Custom
Adapters.
Core (shipped with the SDK)
| Adapter | Source | Auth | Capabilities |
|---|---|---|---|
| Shopify | src/adapters/shopify.ts | Storefront API token | list, search, get, checkout.create, checkout.complete (UCP auto-detect) |
| WooCommerce | src/adapters/woocommerce.ts | Consumer key + secret (Basic) | list, search, get, checkout.create, checkout.complete |
| BigCommerce | src/adapters/bigcommerce.ts | X-Auth-Token | list, search, get, checkout.create, checkout.complete, orders.track |
Community
Empty — be the first. Adapters that pass listing review can use the “Agorio Compatible” badge; merchants whose storefronts work cleanly with the SDK can pursue the certification program.