Adapters
An adapter connects the agent to a real merchant platform, translating Agorio’s protocol calls into that platform’s native API. The SDK ships three production adapters and a documented surface for writing your own.
| Adapter | Platform API | Auto-detection |
|---|---|---|
| Shopify | Storefront API (+ UCP) | *.myshopify.com |
| WooCommerce | REST API v3 | /wp-json/wc/v3 present |
| BigCommerce | BigCommerce API | configured explicitly |
All three implement the same adapter surface — list, search, get, create checkout, complete checkout — so the agent treats them identically. To list or register a community adapter, see the adapters registry.