Weavz
VTEX

VTEX

Unified commerce platform

CustomCommerce
17 tools
Use withChatGPTClaudeClaude CodeCursorCodexMCP clientsSetup guide

Tools

Name
get-product-by-id

Find a product in your catalog by it's id

create-product

Create a new product in your catalog

Update-product

Update a product in your catalog

get-brand-list

Find all Brands in your catalog

get-brand-by-id

Find a Brand in your catalog by it's id

create-brand

Create a new Brand to your catalog

update-brand

Update a Brand in your catalog

delete-brand

Delete a Brand in your catalog by it's id

get-category-by-id

Find a Category in your catalog by it's id

get-sku-by-product-id

Find a Sku in your catalog by a Product id

create-sku

Create a new SKU to your catalog

create-sku-file

Create a new SKU File to your catalog

get-client-list

Find all Clients

get-client-by-id

Find a Client by Id

get-order-by-id

Find a Order by Id

get-order-list

Find Orders

custom_api_call

Make a custom API call to a specific endpoint

Quick Start

TypeScript
import { WeavzClient } from '@weavz-io/sdk'

const weavz = new WeavzClient({ apiKey: 'wvz_...' })

const result = await weavz.actions.execute('vtex', 'get-product-by-id', {
  workspaceId: '550e8400-e29b-41d4-a716-446655440000',
  integrationAlias: 'vtex',
  input: { /* ... */ },
})

Related Integrations

Works well with

Frequently Asked Questions

How do I connect VTEX 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 VTEX support?

VTEX supports 17 tools including Get Product By ID, Create New Product, Update a Product, Get Brand List, Get Brand By ID, and more.

Can I use VTEX with AI agents?

Yes. Add VTEX 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.

How do I connect VTEX to ChatGPT or Claude?

Open the Weavz connector setup, sign in, choose a workspace, and add VTEX as an approved app. ChatGPT, Claude, and other remote MCP clients can then call the scoped VTEX tools exposed by that workspace.

Does VTEX work with Claude Code, Cursor, Codex, and local agents?

Yes. Remote and local MCP clients can connect to a Weavz MCP endpoint for the workspace. Local coding agents can also use the Weavz CLI to inspect apps, discover actions, run approved VTEX work, and execute Code Mode workflows from a terminal.

What can I ask an AI agent to do with VTEX?

VTEX exposes 17 tools, including Get Product By ID, Create New Product, Update a Product, Get Brand List, Get Brand By ID, and more. Use Weavz to keep credentials scoped, require approval for sensitive work, and audit what the agent did.

Can VTEX be used in stateful agent workflows?

Yes. Agents can combine VTEX 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 VTEX use?

VTEX uses Custom. Weavz stores credentials securely and uses them for authorized action execution.

How much does the VTEX integration cost?

The VTEX integration is included on all Weavz plans including the free tier with 20,000 actions per month. No credit card required.

Connect VTEX in minutes

Get 20,000 free action executions every month. No credit card required.