Weavz
OnBuy

OnBuy

Manage OnBuy products, listings, orders, queue processing, sites, and category catalog workflows.

CustomCommerce
11 tools

Tools

Name
list_sites

List OnBuy regional sites.

list_categories

List OnBuy categories for a regional site.

search_products

Search the OnBuy product catalog by name, product code, or other documented field.

create_products

Create one or more OnBuy products with the documented product payload.

list_listings

List OnBuy listings for a site with pagination.

create_product_listing

Create a listing for an existing OnBuy product code.

update_listings

Update OnBuy listings, stock, price, or listing metadata with the documented listings payload.

delete_listings

Delete OnBuy listings with the documented listings payload.

list_orders

List OnBuy orders by site, status, modified date, and pagination.

get_order

Get an OnBuy order by order ID.

get_queue

Get an OnBuy asynchronous queue status by queue ID.

Quick Start

TypeScript
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.