Tools
| Name | Description |
|---|---|
get-product-by-idFind a product in your catalog by it's id | Find a product in your catalog by it's id |
create-productCreate a new product in your catalog | Create a new product in your catalog |
Update-productUpdate a product in your catalog | Update a product in your catalog |
get-brand-listFind all Brands in your catalog | Find all Brands in your catalog |
get-brand-by-idFind a Brand in your catalog by it's id | Find a Brand in your catalog by it's id |
create-brandCreate a new Brand to your catalog | Create a new Brand to your catalog |
update-brandUpdate a Brand in your catalog | Update a Brand in your catalog |
delete-brandDelete a Brand in your catalog by it's id | Delete a Brand in your catalog by it's id |
get-category-by-idFind a Category in your catalog by it's id | Find a Category in your catalog by it's id |
get-sku-by-product-idFind a Sku in your catalog by a Product id | Find a Sku in your catalog by a Product id |
create-skuCreate a new SKU to your catalog | Create a new SKU to your catalog |
create-sku-fileCreate a new SKU File to your catalog | Create a new SKU File to your catalog |
get-client-listFind all Clients | Find all Clients |
get-client-by-idFind a Client by Id | Find a Client by Id |
get-order-by-idFind a Order by Id | Find a Order by Id |
get-order-listFind Orders | Find Orders |
custom_api_callMake a custom API call to a specific endpoint | Make a custom API call to a specific endpoint |
Quick Start
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.