vtex-openapi

n8n node for VTEX Catalog API

Package Information

Downloads: 0 weekly / 4 monthly
Latest Version: 0.1.0
Author: Arturo Vaine

Documentation

n8n-nodes-vtex-openapi

This is an n8n community node for the VTEX Catalog API. It allows you to interact with VTEX's Catalog API to manage products, SKUs, categories, and brands.

Installation

Follow the installation guide in the n8n community nodes documentation.

npm install n8n-nodes-vtex-openapi

Operations

Product

  • Get: Retrieve a product by ID
  • Get Many: Retrieve multiple products
  • Create: Create a new product
  • Update: Update an existing product

SKU

  • Get: Retrieve a SKU by ID
  • Get Many: Retrieve multiple SKUs
  • Create: Create a new SKU

Category

  • Get: Retrieve a category by ID
  • Get Tree: Retrieve category tree
  • Create: Create a new category

Brand

  • Get: Retrieve a brand by ID
  • Get Many: Retrieve all brands
  • Create: Create a new brand

Credentials

To use this node, you need:

  • VTEX Account Name
  • VTEX Environment (usually vtexcommercestable)
  • VTEX App Key
  • VTEX App Token

Resources

License

MIT

Discussion