VTEX · Capability
VTEX Catalog Management
Workflow capability for VTEX merchandising teams managing product catalogs. Combines catalog, promotions, and pricing capabilities for catalog managers, merchandisers, and content teams who create and maintain product listings, pricing rules, and promotional campaigns.
What You Can Do
GET
Get category tree
— Get full product category tree
/v1/categories
POST
Create product
— Create a new product in the catalog
/v1/products
GET
Get product
— Get product by ID
/v1/products/{productId}
POST
Create sku
— Create a new SKU
/v1/skus
GET
Get sku
— Get SKU by ID
/v1/skus/{skuId}
GET
List promotions
— List all promotions
/v1/promotions
GET
List coupons
— List all coupons
/v1/coupons
POST
Create coupon
— Create a new coupon
/v1/coupons
MCP Tools
get-category-tree
Retrieve the full product category hierarchy from the VTEX catalog
read-only
idempotent
create-product
Create a new product entry in the VTEX catalog
get-product
Get product details from the VTEX catalog by product ID
read-only
idempotent
create-sku
Create a new SKU variant for an existing product
get-sku
Get SKU details by SKU ID
read-only
idempotent
list-promotions
List all active promotions and discount configurations in VTEX
read-only
idempotent
get-promotion
Get full details of a specific VTEX promotion
read-only
idempotent
list-coupons
List all discount coupons configured in VTEX
read-only
idempotent
create-coupon
Create a new discount coupon for a VTEX promotion
APIs Used
vtex-catalog
vtex-promotions