OnBuy
Manage OnBuy products, listings, orders, queue processing, sites, and category catalog workflows.
Tools
| Name | Description |
|---|---|
list_sitesList OnBuy regional sites. | List OnBuy regional sites. |
list_categoriesList OnBuy categories for a regional site. | List OnBuy categories for a regional site. |
search_productsSearch the OnBuy product catalog by name, product code, or other documented field. | Search the OnBuy product catalog by name, product code, or other documented field. |
create_productsCreate one or more OnBuy products with the documented product payload. | Create one or more OnBuy products with the documented product payload. |
list_listingsList OnBuy listings for a site with pagination. | List OnBuy listings for a site with pagination. |
create_product_listingCreate a listing for an existing OnBuy product code. | Create a listing for an existing OnBuy product code. |
update_listingsUpdate OnBuy listings, stock, price, or listing metadata with the documented listings payload. | Update OnBuy listings, stock, price, or listing metadata with the documented listings payload. |
delete_listingsDelete OnBuy listings with the documented listings payload. | Delete OnBuy listings with the documented listings payload. |
list_ordersList OnBuy orders by site, status, modified date, and pagination. | List OnBuy orders by site, status, modified date, and pagination. |
get_orderGet an OnBuy order by order ID. | Get an OnBuy order by order ID. |
get_queueGet an OnBuy asynchronous queue status by queue ID. | Get an OnBuy asynchronous queue status by queue ID. |
Quick Start
import { WeavzClient } from '@weavz-io/sdk'
const weavz = new WeavzClient({ apiKey: 'wvz_...' })
const result = await weavz.actions.execute('onbuy', 'list_sites', {
workspaceId: '550e8400-e29b-41d4-a716-446655440000',
integrationAlias: 'onbuy',
input: { /* ... */ },
})Related Integrations
Works well with
Frequently Asked Questions
How do I connect OnBuy to my app?
Use Weavz Hosted Connect for Custom authentication. Install the SDK, create a connection through the connect portal or API, then execute tools programmatically.
What tools does OnBuy support?
OnBuy supports 11 tools including List Sites, List Categories, Search Products, Create Products, List Listings, and more.
Can I use OnBuy with AI agents?
Yes. Add OnBuy to an MCP server in Tool Mode or Code Mode. Code Mode provides 3 meta-tools with on-demand API discovery so agents can compose stateful workflows without loading every action schema up front.
Can OnBuy be used in stateful agent workflows?
Yes. Agents can combine OnBuy tools with Filesystem, State KV, Human Gates, input partials, and other workspace integrations while keeping execution scoped to the selected workspace or end user.
What authentication does OnBuy use?
OnBuy uses Custom. Weavz stores credentials securely and uses them for authorized action execution.
How much does the OnBuy integration cost?
The OnBuy integration is included on all Weavz plans including the free tier with 20,000 actions per month. No credit card required.
Connect OnBuy in minutes
Get 20,000 free action executions every month. No credit card required.