Check storefront integration availability
Understand what store operators can install today and when application code is required.
Orderboost does not currently ship a Shopify theme block, BigCommerce widget, WooCommerce extension, or other store-editor control. A store operator cannot install Orderboost from a marketplace or add an Orderboost block without developer work.
Use the supported path
A merchant integration currently requires two steps:
- Orderboost provisions the merchant, connects its catalog and payment adapter, and registers the canonical storefront origin
- A developer calls the public buyer-checkout API from the storefront and opens the returned
checkoutUrl
The public checkout API is https://capi.orderboost.org. Follow Create hosted checkout from an application for the runnable browser integration.
Do not depend on unshipped distribution
The repository contains internal React, widget, connector, and provider-adapter workspaces. They are not published npm packages or installable commerce-platform extensions.
Do not tell a merchant to:
- Search a marketplace for an Orderboost application
- Add an Orderboost block in a store editor
- Install an
@orderboost/*npm package - Deploy a merchant-specific MCP server
Orderboost hosts one global remote MCP resource for agent integrations. That resource is separate from storefront placement.