Using vtex-node-sdk with vtex.local

TypeScript integration

Install
npm install vtex-node-sdk
Quick start
import Vtex_node_sdk from 'vtex-node-sdk';

const client = new Vtex_node_sdk({ apiKey: "YOUR_API_KEY" });
Get list of the 10 most searched terms
curl \
  https://vtex.local/top_searches
Get list of the possible facets for a given query
curl \
  https://vtex.local/facets/{facets}
Get list of banners registered for query
curl \
  https://vtex.local/banners/{facets}
SDK on GitHub 📄 API Docs
SDK
vtex-node-sdk
TypeScript
API
vtex.local
vtex.local:Intelligent-Search-API
At a glance
Language TypeScript
Endpoints7
Base URLhttps://vtex.local