Using vtex.js with vtex.local

CoffeeScript integration

✓ Official SDK
Install
# See https://github.com/vtex/vtex.js
Get Prices
curl \
  -H "X-VTEX-API-AppKey: $API_KEY" \
  https://vtex.local/api/pricing-hub/prices
Configure External Price Source
curl \
  -H "X-VTEX-API-AppKey: $API_KEY" \
  https://vtex.local/config
SDK on GitHub 📄 API Docs
SDK
vtex.js
CoffeeScript
API
vtex.local
vtex.local:Pricing-Hub
At a glance
Language CoffeeScript
Endpoints2
Base URLhttps://vtex.local
✓ Official