Actions
| 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/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.