Description
n8n-nodes-vtex-graphql
This is an n8n community node for the VTEX B2B Organizations GraphQL API. It allows you to manage organizations, cost centers, and users in VTEX B2B scenarios.
Installation
Follow the installation guide in the n8n community nodes documentation.
npm install n8n-nodes-vtex-graphql
Operations
Organization
- Get: Retrieve an organization by ID
- Get Many: Retrieve all organizations with pagination
- Create: Create a new organization
- Update: Update an existing organization
- Delete: Delete an organization
Cost Center
- Get: Retrieve a cost center by ID
- Get Many: Retrieve cost centers by organization with pagination
- Create: Create a new cost center
- Update: Update a cost center
- Delete: Delete a cost center
User
- Get: Retrieve a user by ID
- Get Many: Retrieve users by organization or cost center with pagination
- Create: Create or add a user to organization
- Update: Update a user
- Remove: Remove a user from organization
Credentials
To use this node, you need:
- VTEX Account Name
- VTEX Environment (usually
vtexcommercestable) - VTEX App Key
- VTEX App Token
Resources
License
MIT