eavz
VTEX

VTEX

Unified commerce platform

CustomCommerce
17 actions

Actions

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/sdk'

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

const result = await weavz.actions.execute({
  integrationName: 'vtex',
  actionName: 'get-product-by-id',
  input: { /* ... */ },
  connectionId: 'conn_id',
  workspaceId: 'ws_id',
})

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 actions programmatically.

What actions does VTEX support?

VTEX supports 17 actions 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 TOOLS mode or CODE mode. CODE mode provides 80-98% context reduction with 3 meta-tools for efficient agent access.

What authentication does VTEX use?

VTEX uses Custom. Weavz handles token management, refresh, and secure credential storage automatically.

How much does the VTEX integration cost?

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

Connect VTEX in 2 minutes

Get 1,000 free actions every month. No credit card required.