Documentation Index
Fetch the complete documentation index at: https://nango.dev/docs/llms.txt
Use this file to discover all available pages before exploring further.
π Quickstart
Connect to VTEX with Nango and see data flow in 2 minutes.Create the integration
In Nango (free signup), go to Integrations -> Configure New Integration -> VTEX.
Authorize VTEX
Go to Connections -> Add Test Connection -> Authorize, then enter your Account Name, App Key, and App Token. See the connect guide for instructions on generating these credentials. Later, youβll let your users do the same directly from your app.
Call the VTEX API
Letβs make your first request to the VTEX API (list orders). Replace the placeholders below with your secret key, integration ID, and connection ID:Or fetch credentials with the Node SDK or API.β
Youβre connected! Check the Logs tab in Nango to inspect requests.
- cURL
- Node
Implement Nango in your app
Follow our Auth implementation guide to integrate Nango in your app.To obtain your own production credentials, follow the connect guide linked below.
π VTEX Integration Guides
- How to connect VTEX (Account Name, App Key & App Token)
Generate an API key in your VTEX Admin and obtain your App Key and App Token.