Using vtex.js with vtex.local

CoffeeScript integration

✓ Official SDK
Install
# See https://github.com/vtex/vtex.js
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
vtex.js
CoffeeScript
API
vtex.local
vtex.local:Catalog-API-Seller-Portal
At a glance
Language CoffeeScript
Endpoints16
Base URLhttps://vtex.local
✓ Official