AdaptersOverview

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.

AdapterPlatform APIAuto-detection
ShopifyStorefront API (+ UCP)*.myshopify.com
WooCommerceREST API v3/wp-json/wc/v3 present
BigCommerceBigCommerce APIconfigured 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.