Using lever-sdk with vtex.local

TypeScript integration

✓ Official SDK
Install
npm install lever-sdk
Quick start
import Lever_sdk from 'lever-sdk';

const client = new Lever_sdk({ apiKey: "YOUR_API_KEY" });
Get List of Brands
curl \
  -H "X-VTEX-API-AppKey: $API_KEY" \
  https://vtex.local/api/catalog-seller-portal/brands
Get List of SKUs
curl \
  -H "X-VTEX-API-AppKey: $API_KEY" \
  https://vtex.local/api/catalog-seller-portal/skus/ids
Search for SKU
curl \
  -H "X-VTEX-API-AppKey: $API_KEY" \
  https://vtex.local/api/catalog-seller-portal/skus/_search
SDK on GitHub 📄 API Docs
SDK
lever-sdk
TypeScript
API
vtex.local
vtex.local:Catalog-API-Seller-Portal
At a glance
Language TypeScript
Endpoints16
Base URLhttps://vtex.local
✓ Official